I have a form based on a table containing ID, Date, Ref & Description.
I want to call the form from another form using a filter to display records relating to a certain date, but no records are being returned.
I think this has something to do with the way that dates are being recorded. I have formatted everything to the UK dd/mm/yy but I think they are still being held as the US mm/dd/yy.
The filter string I've used is:
[Field1]=#01/03/02#
How can I standardise the way that dates are handled?
I want to call the form from another form using a filter to display records relating to a certain date, but no records are being returned.
I think this has something to do with the way that dates are being recorded. I have formatted everything to the UK dd/mm/yy but I think they are still being held as the US mm/dd/yy.
The filter string I've used is:
[Field1]=#01/03/02#
How can I standardise the way that dates are handled?