Chimp8471
Registered User.
- Local time
- Today, 21:55
- Joined
- Mar 18, 2003
- Messages
- 353
I am getting an error when i try to use two dates that are entered into a form
Error
my form name is frm_LME
and my text boxes on the form are called
Datestart
DateEnd
and the query i am trying to run is as follows:
Between [Forms]![frm_LME]![DateStart] And [Forms]![frm_LME]![Dateend]
can anyone see where i am going wrong please
Error

my form name is frm_LME
and my text boxes on the form are called
Datestart
DateEnd
and the query i am trying to run is as follows:
Between [Forms]![frm_LME]![DateStart] And [Forms]![frm_LME]![Dateend]
can anyone see where i am going wrong please