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

Displaying fields from Multiple Tables

Status
Not open for further replies.

JulieS

MIS
Nov 23, 2000
48
CA
Hi,

I'm working with a data environment and 3 tables that are all related. I am trying to display the fields so that when the ID in table2 = 002, the foreign key ID in table3 will display all records with ID=002, and increment accordingly (using next buttons).
HOwever, right now all it's displaying is random records and nothing is connected. How would I begin writing code for this task?

Thanks for any help you can provide,

Julie
 
Try to inner join the tables on the IDkey

PK Odendaal
pko@mweb.co.za

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top