from FORM to print same record

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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...
 
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
 
Back
Top