H
haydnw
I am designing a database to be used to help us emailing
customers. They can sign up to be emailed about specific
products, but I'm not sure how to store the information
about which models each customer wants to be emailed about.
The way I see it, I need to have a record for each
individual customer which describes what they want.
Therefore in that table I would need Yes/No fields for
every single model of product which we sell. So it would
be:
Model1 Model2 Model3 Model4
Customer A x x x
Customer B x
Customer C x x
Customer D x x x x
However, every time we stock a new product, I would need
to add a new field to the table - we simply have too many
products! Please could someone give me some input as to
how you would conquer / have conquered this problem, as
it's driving me mad and holding my entire project up!!
Thanks,
Haydn
customers. They can sign up to be emailed about specific
products, but I'm not sure how to store the information
about which models each customer wants to be emailed about.
The way I see it, I need to have a record for each
individual customer which describes what they want.
Therefore in that table I would need Yes/No fields for
every single model of product which we sell. So it would
be:
Model1 Model2 Model3 Model4
Customer A x x x
Customer B x
Customer C x x
Customer D x x x x
However, every time we stock a new product, I would need
to add a new field to the table - we simply have too many
products! Please could someone give me some input as to
how you would conquer / have conquered this problem, as
it's driving me mad and holding my entire project up!!
Thanks,
Haydn