help with report on sub form

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

Guest

How do I get the whole subfom per record to print on the same report.
Example: I have a PO and it has several transactions which include the
quantity, cost and total. I would like the report to print out all of the
transactions per that PO. Thansk in advance.
 
How do I get the whole subfom per record to print on the same report.
Example: I have a PO and it has several transactions which include the
quantity, cost and total. I would like the report to print out all of the
transactions per that PO. Thansk in advance.

Use a Report with a Subreport.

Forms don't store data. Forms are TOOLS to enter data into tables;
your report will generally not refer to the form or subform at all,
just to the tables containing the data entered using the form.

John W. Vinson[MVP]
 
Back
Top