Subject Locate Using Date and Time
Author wcgage
Is there a way to use the Locate function on a Date field? I would
like to locate a specific record on a certain date at a specific
time. I am using the Date and Time in that field. In other words...


When I do this

IBOQuery1.Locate('MyDateField', MyDateTimeVar, []);

however for some reason when I do this it doesn't move to the
record. Even though I know the exact date and time.

Bill