I should say that the field property is "short date" and I also use the caption mask "00.00.0000;0;_".
I tried to change the field type to general date and it didn't work, unfortunately.
I should say that I entered a record for 07.07.2011 date and the function could find this record but...
I have a splitted DB and it worked fine until I discovered this bug with FindFirst function :mad:
In a table tbdShifts, which is the base for the frmShiftsEnter form through the query qryShiftsEnter. On the form I have a "find" button for quick navigation to the desired date. The code behind...