D darrrellx Registered User. Local time Yesterday, 18:46 Joined Apr 25, 2005 Messages 22 Jan 14, 2007 #1 I am trying to make a one to many relationship in from my product table, productid record to my tblRel table, productid record and it will only create a one to one. What am I doing wrong? File is attached for reviewing. Thanks Darrell Attachments Black Diamondv1.zip Black Diamondv1.zip 296.3 KB · Views: 119
I am trying to make a one to many relationship in from my product table, productid record to my tblRel table, productid record and it will only create a one to one. What am I doing wrong? File is attached for reviewing. Thanks Darrell
Oldsoftboss AWF VIP Local time Today, 09:46 Joined Oct 28, 2001 Messages 2,499 Jan 14, 2007 #2 OK ProductID in the products table should be AutoNo ProductID in the tblRel should be Number, with Indexing set to No Dave Attachments Black Diamondv2.zip Black Diamondv2.zip 290.8 KB · Views: 115
OK ProductID in the products table should be AutoNo ProductID in the tblRel should be Number, with Indexing set to No Dave