I am trying to use the following code, but want to add a where condition to the end but am having problems with format/syntax.
I want to add the condition to a field, "DATE", so it only takes items between 7/1 and 6/30 (years will advance as time does ;-) ).
What goes here?
Thanks in advance for any and all help!
----
Access 2002 on a mixed Windows OS network.
I want to add the condition to a field, "DATE", so it only takes items between 7/1 and 6/30 (years will advance as time does ;-) ).
Code:
DoCmd.OpenReport stDocName, acPreview
Thanks in advance for any and all help!
----
Access 2002 on a mixed Windows OS network.