F
FernW
How can I set 2 (or more) criteria using the LinkCriteria statement in VBA
I have a report with one LinkCriteria (CamperID) that works fine, but I need to set a second criteria (CampID)
Can this be done? If so, how
(I am trying to print a report from a form with MainForm that contains CamperID and SubForm that contains CampID
Without the link to CampID the report prints out a page for every record in the SubForm (every camp the camper has attended. I only want the current one.
Thanks for any help
Fer
I have a report with one LinkCriteria (CamperID) that works fine, but I need to set a second criteria (CampID)
Can this be done? If so, how
(I am trying to print a report from a form with MainForm that contains CamperID and SubForm that contains CampID
Without the link to CampID the report prints out a page for every record in the SubForm (every camp the camper has attended. I only want the current one.
Thanks for any help
Fer