G
Gus Chuch
I have a report that uses a query for a record source and this query uses a
criteria so I can print only one record based on the opened form.
[FORMS]![frmNAME]![Criteria]
My question is can I have more that one criteria , like -
[FORMS]![frmNAME1]![Criteria1]
[FORMS]![frmNAME2]![Criteria2]
[FORMS]![frmNAME3]![Criteria3]
So I can print the same report from different forms?
If so how wold this be done?
criteria so I can print only one record based on the opened form.
[FORMS]![frmNAME]![Criteria]
My question is can I have more that one criteria , like -
[FORMS]![frmNAME1]![Criteria1]
[FORMS]![frmNAME2]![Criteria2]
[FORMS]![frmNAME3]![Criteria3]
So I can print the same report from different forms?
If so how wold this be done?