G
Guest
I'm trying to limit the number of records a form loads in 3 different situations with 2 dates.
Situations:
Pending = no start date, no end date
Active = start date, no end date
Finished = start date, end date
Can I do all of this with in the where statement of:
docmd.openform"blah_blah", , ,[Where statement]?
Thanks in advance
Situations:
Pending = no start date, no end date
Active = start date, no end date
Finished = start date, end date
Can I do all of this with in the where statement of:
docmd.openform"blah_blah", , ,[Where statement]?
Thanks in advance