Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Adding a new control source to a report- How?

Status
Not open for further replies.

benzo1

Technical User
Jan 21, 2003
17
GB
I have an access report. It is generated from several control sources from a single table.

I want to add another control source from another table. But I can't find the option to do this.

Can anyone suggest a solution to this very basic problem?

Thanks.

Tanya.
 
Create a query that has the appropriate fields you currently have on the report.

Add the new table and link the related field(s).

Change the record source of your report to be the new query, instead of the table.

Add the new field from the second table to your report.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top