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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Report from query(ies)

Status
Not open for further replies.

FoxGolfer

Programmer
Jul 30, 2002
100
US
I have a fairly simple database, 5 tables, 1 master and 4 child tables, all related to the master by the same ID field. There are multiple records per child.
I have 4 subreports, one each for the child table in a master report. The subreports are "fed" from queries, based on the ID field. It runs fine EXCEPT that it requests the input of the the parameter (ID field) 4 times. I've checked the queries and there is no parameter (criteria) value, but in the Data Relationship window, all the child tables are linked to the master table correctly.
Any help?
Thanks in advance,
Tom
 
check your queries, and make sure each ID field has a table related to it.

Is seems like they are not pointing to a table.

I hope this helps...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top