Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Limit fields to show on form
Message
From
05/10/1999 08:33:42
 
 
To
05/10/1999 08:13:30
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00272632
Message ID:
00272647
Views:
21
Hi Mary-Ann,

I would use the following tables structure:

Products
===========
PK I
Desc C (50)

ProdSpecs
=========
PK I
FKProd I
FKSpecs I

Specs
===========
PK I
Desc C (50)

Products.PK is linked with ProdSpecs.FKProd (1 to n) and Specs.PK is linked with ProdSpecs.FKSpecs (0|n to 1).

The table Specs contains all 35 different specs. In the ProdSpecs table, you insert one record for each spec you want to display for the given product.

HTH
>Have a table of approximately 35 product specifications. Not all the products have Each spec tested for. Currently have one form with all the specifications listed and the user fills in the ones that apply to that product. Want to have it recognize the Type of product it is and only bring up the specs (fields) that apply to that product. Do I have to have Separate Tables with the different types of specs?
Previous
Reply
Map
View

Click here to load this message in the networking platform