vicissitude
Registered User.
- Local time
- Today, 18:09
- Joined
- Feb 28, 2010
- Messages
- 92
I wonder if someone could help me with this one,
I have a from which has StartDate and EndDate fields. It also has a WeekBeginning unbound textbox. I want the form to filter on these dates so the form only displays the record if it is...
a. after StartDate and before EndDate
b. after StartDate (if no EndDate exists)
The problem is b where no EndDate exists, how do either have a WHERE Clause if an EndDate exists or no WHERE clause if no EndDate exists?
Thanks.
I have a from which has StartDate and EndDate fields. It also has a WeekBeginning unbound textbox. I want the form to filter on these dates so the form only displays the record if it is...
a. after StartDate and before EndDate
b. after StartDate (if no EndDate exists)
The problem is b where no EndDate exists, how do either have a WHERE Clause if an EndDate exists or no WHERE clause if no EndDate exists?
Thanks.