How do I creat ONE report per form

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

Guest

I have created a report that displays my orders. At the moment the report is
created for all of my orders, but I ony need one at a time. I want each
report to be
individualy printed, meaning I only want the report I am interested in.

Please help,
Thx
 
Hi eld,

Either update your query to pick up the Order ID for the order you are
viewing, or change your openreport call so that it passes the OrderID as the
filter.

Damian.
 
Thank you very much for your help. It works

Damian S said:
Hi eld,

Either update your query to pick up the Order ID for the order you are
viewing, or change your openreport call so that it passes the OrderID as the
filter.

Damian.
 
Back
Top