I'm trying to run a query based on this:
Between Forms!frm_myForm!Date1 And Forms!frm_myForm!Date2
but can only get the results if Date1 and Date2 are the EXACT begin and end dates in the table.
I tried putting in crazy dates like 1/1/1000 and 1/1/3000 and got a "No rocords found" message, even though there are records in the table.
Thanks in advance for any help.
Between Forms!frm_myForm!Date1 And Forms!frm_myForm!Date2
but can only get the results if Date1 and Date2 are the EXACT begin and end dates in the table.
I tried putting in crazy dates like 1/1/1000 and 1/1/3000 and got a "No rocords found" message, even though there are records in the table.
Thanks in advance for any help.