mtairhead
Registered User.
- Local time
- Today, 16:14
- Joined
- Oct 17, 2003
- Messages
- 138
I am attempting to use a filter when I open a form. Would anyone be able to tell me the correct syntax?
DoCmd.OpenForm "FRMNewLoan", acNormal, , "Date is between 8/4/2005 and 11/15/2005"
"Date is between...." is what I'm using....
I want to pull all records between those two dates.
Thanks,
Andrew
DoCmd.OpenForm "FRMNewLoan", acNormal, , "Date is between 8/4/2005 and 11/15/2005"
"Date is between...." is what I'm using....
I want to pull all records between those two dates.
Thanks,
Andrew