I am trying to get data out of a linked table (cannot modify) where the datatype is Date/Time.
When I type in 31/08/2001 in the criteria it doesn't bring any data out but if I type Like "31/08/2001*" it works, which is fine if I was going to type the date in each time manually but the query actually looks at a textbox on a form.
Is there anyway I can use the Like function with a textbox? I have tried Like [Forms]![Frontpage]![txt1stDate]* but it doesn;t work.
Regards
Carly
When I type in 31/08/2001 in the criteria it doesn't bring any data out but if I type Like "31/08/2001*" it works, which is fine if I was going to type the date in each time manually but the query actually looks at a textbox on a form.
Is there anyway I can use the Like function with a textbox? I have tried Like [Forms]![Frontpage]![txt1stDate]* but it doesn;t work.
Regards
Carly