KeithIT
Registered User.
- Local time
- Today, 14:40
- Joined
- Dec 20, 2004
- Messages
- 133
I'm trying to create a query where the informaiton returned is based on a date where the month (and only the month) is the month (tblMeetingInformation.dtmMeetingDate) immediately prior to the month entered on a form (frmSendList.txtDateSelect). In other words, if the date selected is in march, I would need the results to be from any date in February.
I tried using DateAdd("m",-1,Me.txtDateSelect) as part of the query, however it does not return the information as needed, only that information which is 30 days (or so) prior to the date selected.
I tried using DateAdd("m",-1,Me.txtDateSelect) as part of the query, however it does not return the information as needed, only that information which is 30 days (or so) prior to the date selected.