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

relationships

Status
Not open for further replies.

cochise

Technical User
Mar 27, 2001
171
0
0
US
Here is a simplified relationship I have:

tblInv (InvNum, InvDate, InvAmount)
tblInvSalesClass (InvNum, InvDate, SalesClassID)
tblSalesClassInfo (SalesClassID, SalesClassDesc)

tblInv -> tblInvSalesClass - joined on InvNum
(all from tblInv and only those that match the join field from tblInvSalesClass)

How do I set up the relationship between tblSalesClassInfo and tblInvSalesClass? Do I have to use duplicate tables?
 
Join on SalesClassID it looks like to me. Same way you did the other.
 
It depends on what you want to do. Try all types and see if you get the results you want
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top