J
John F
I have aform with [date1] , [date2] and [print] controls on it.
I want to retrieve data from several tables using a query.
The query contains [datespan] Between [date1] And [date2].
The Print button on the Forms has a "where clause" ( [datespan]>=[date1] And
[datespan]<=[date2].
Also there is a graph to be printed that has the same sorting as the where
clause.
I get 3 pop-ups asking for date1 and date2. If I give the dates three times,
I get the print. Otherwise I get nothing.
If I re-type "date1" and "date2" in the form's text boxes (design view), the
result is OK. Until next time I log on - then it's all over again.
Is there somewhere Access does not recognize the field values?
I want to retrieve data from several tables using a query.
The query contains [datespan] Between [date1] And [date2].
The Print button on the Forms has a "where clause" ( [datespan]>=[date1] And
[datespan]<=[date2].
Also there is a graph to be printed that has the same sorting as the where
clause.
I get 3 pop-ups asking for date1 and date2. If I give the dates three times,
I get the print. Otherwise I get nothing.
If I re-type "date1" and "date2" in the form's text boxes (design view), the
result is OK. Until next time I log on - then it's all over again.
Is there somewhere Access does not recognize the field values?