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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top