rorymurray
Programmer
I am trying to get a date from a text box in a form, then use it in a query.
Basically in the query I want to make the condition:
<[Forms]![Main]![EndDate] .
This gives me incorrect results. I realise that normaly if I knew the date I could put something like:
<#01/01/02# , but what is the syntax for using the value from a form?
Rory
Basically in the query I want to make the condition:
<[Forms]![Main]![EndDate] .
This gives me incorrect results. I realise that normaly if I knew the date I could put something like:
<#01/01/02# , but what is the syntax for using the value from a form?
Rory