access2010
Registered User.
- Local time
- Yesterday, 18:27
- Joined
- Dec 26, 2009
- Messages
- 1,090
We are developing a database that will perform four comparisons each day.
My idea was that each table would contain about 36 different fields except for one common field, the part number (identifier / common Key).
Table A would contain the part number and other product information.
Table B would contain numeric values related to the part number for the first comparison.
Table C would contain numeric values related to the part number for the second comparison.
Table D would contain numeric values related to the part number for the third comparison.
In the future other comparisons may be needed.
My question is, should we have one table containing approximately 540 fields or 4 separate tables linked to a common field?
The information about the item would be held in 4 separate tables.
The information is shared on a form for viewing by part number or for printing.
May I please have your comments?
Nicole
My idea was that each table would contain about 36 different fields except for one common field, the part number (identifier / common Key).
Table A would contain the part number and other product information.
Table B would contain numeric values related to the part number for the first comparison.
Table C would contain numeric values related to the part number for the second comparison.
Table D would contain numeric values related to the part number for the third comparison.
In the future other comparisons may be needed.
My question is, should we have one table containing approximately 540 fields or 4 separate tables linked to a common field?
The information about the item would be held in 4 separate tables.
The information is shared on a form for viewing by part number or for printing.
May I please have your comments?
Nicole