G
Guest
I am trying to write a select query with a field called Run Date. The date
format is mm/dd/yyyy(10/10/2005). I want the user to enter a date parameter
and have them only enter the first 2 digits of the month. Something like 10*.
I have tried the Like operator with the * wildcard but can't quite get it to
work correctly with the date formats.
Any ideas on this approach?
Thanks to all to reply....
format is mm/dd/yyyy(10/10/2005). I want the user to enter a date parameter
and have them only enter the first 2 digits of the month. Something like 10*.
I have tried the Like operator with the * wildcard but can't quite get it to
work correctly with the date formats.
Any ideas on this approach?
Thanks to all to reply....