multiple reports based on one address

  • Thread starter Thread starter johnrpullen
  • Start date Start date
J

johnrpullen

Guest
I select my reports which are based on different queries for their information from a list box which prints each one in turn.
The problem is that I have to keep typing the address for each report before it will print with its information.

How can I just input the address ( number and street) held in a seperate table just once and the print the reports as they apply to that address.
 
You will definitely need a supplementary lookup-table to store this information.
 
Why not put the address in a text field on your form, and have all of the queries reference that text field?
 

Users who are viewing this thread

Back
Top Bottom