Help! Please....it was all going so well, but then I had to add some new product types to my database design...
The (vast) majority of my system is based around the stock control/sales etc of TYRES. There are a number of different CATEGORIES of tyres, but all the fields for the types are naturally the same. Now I have to add batteries and an additional few SERVICES (punctures, tyre-removal, tyre-fitment) to the system.
I simply created a batteriesProduc t table and a nonTyre product table, but this hasn't worked when I tried to update my point of sale and purchase forms.
I think the problem is the table layout. 'FishVal' has tried to help by advising adding small 'joining'(?) tables, but I can't quite grasp his concept. Can anyone help? This has really got me stumped this time!
Thanks Guys,
StonwardR :-(
The (vast) majority of my system is based around the stock control/sales etc of TYRES. There are a number of different CATEGORIES of tyres, but all the fields for the types are naturally the same. Now I have to add batteries and an additional few SERVICES (punctures, tyre-removal, tyre-fitment) to the system.
I simply created a batteriesProduc t table and a nonTyre product table, but this hasn't worked when I tried to update my point of sale and purchase forms.
I think the problem is the table layout. 'FishVal' has tried to help by advising adding small 'joining'(?) tables, but I can't quite grasp his concept. Can anyone help? This has really got me stumped this time!
Thanks Guys,
StonwardR :-(
Comment