from FORM to print same record

M

Mohammed

How I can print the same record, with different number of pages as per field
value
My form is open and record shows on the screen, it has a field of frmcopies
and it has different values. I created a common button in form and wrote a
simple query but I do not know how to pass parameter to the query from the
same FORM record. Please help me...
 
B

Barry Gilbert

In the query design, you can reference a form control in the criteria row:

Forms!MyFormName!frmCopies

Is this what you're asking for?

Barry
 
Top