I am trying to open a report using the DoCmd.OpenReport method and I want to use 2 variables of type date in the end where statement.
I have calculate the date range that I a using but cannot get the openreport to accept them as dates in the"WHERE" section of the call.
Is there a better way of doing this or do I need to specify a certain format in the "WHERE" section?
Cheers,
John.
I have calculate the date range that I a using but cannot get the openreport to accept them as dates in the"WHERE" section of the call.
Is there a better way of doing this or do I need to specify a certain format in the "WHERE" section?
Cheers,
John.