Print Subform Table

SierraJuliet

New member
Local time
Today, 18:00
Joined
Dec 27, 2023
Messages
1
The following are the element(s): Form, Sub Form, Table

The form contains the subform that populates the table record(s) based on a query.

What is simplest method for printing all the record(s) of the table that populates the subform from a query.

Form: frmViewTools
Subform: subfrmQueryCustom
Table: tbl*
 

Attachments

  • Print Subform Table.PNG
    Print Subform Table.PNG
    34.2 KB · Views: 117
a report, using the same query in the subform.
 
If the subform is connected to the mainform using the master/child links, you need to add that filter when you run the report. Use the Where argument of the OpenReport method.
 

Users who are viewing this thread

Back
Top Bottom