You are heaven sent! Thank you for this. I do have a date (picker) control in my form so I just had to insert CDate and it worked wonders. For the benefit of the others who are having the same problem here it is:
User enters ff value in GenForm:
StartDate = 07-Apr-10
EndDate = 09-May-10
This...
I have a table with [Call Start] as Date/Time General Date which has data from March 30, 2010 until May 9, 2010. I want to create a query wherein I can get a date range from user given starting and ending date from a Form (GenForm):
User enters ff value in GenForm:
StartDate = 07-Apr-10...