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

Can't figure this table linking problem

Status
Not open for further replies.

dean12

MIS
Oct 23, 2001
273
US
I've got a table linking problem I don't know how to handle. Three tables are involved:

OrderHeader
-----------
OrderNumber
SupplierNumber


OrderDetail
-----------
OrderNumber
PartNumber


SupplierPartNumber
------------------
SupplierNumber
PartNumber
SupplierPartDesc



I link OrderHeader & OrderDetail on OrderNumber

To link to the SupplierPartNumber table I need to link from:

OrderDetail to SupplierPartNumber using PartNumber
and OrderHeader to SupplierPartNumber using SupplierNumber

Crystal complains and says that there are multiple paths to the SupplierPartNumber table.

How to do this?

Appreciate the feedback.

 
You do not need your last link. The link from OrderHeader to OrderDetail, and then from OrderDetail to SupplierPartNumber should be sufficient. Software Training and Support for Macola, Crystal Reports and Goldmine
251-621-8972
dgilsdorf@mchsi.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top