Is there a way of using the calnder in a form as a filter or a search ?
Calendar
Collapse
This topic is closed.
X
X
-
telkomTags: None -
tod4@wp.pl
Re: Calendar
| Is there a way of using the calnder in a form | | as a filter or a
search ?
I'm not sure that understand you good but maybe this will be helpfull
for you.
Set date field in your query with such criterion:
between Forms]![Nameofyourform].[field1] and
[Forms]![Nameofyourform].[field2]
Field1 and 2 these are fields from your form where you set your
calendar.
Comment