I have a table of people who have requested brochures.
If they actually PURCHASE our product should they go into a separate table called tblOWNERS in which I also want it to look at the list of people who requested brochures. if not where would I add them so I don't have duplicate information stored in multiple tables.
or
should I just have a the product ID number as a field in the brochure request table?
trying to figure out the best way to build this. I am actually REBUILDING our database as it was set up incorrectly. now I've been asked to find out how many brochure requests last year resulted in a purchase....
If they actually PURCHASE our product should they go into a separate table called tblOWNERS in which I also want it to look at the list of people who requested brochures. if not where would I add them so I don't have duplicate information stored in multiple tables.
or
should I just have a the product ID number as a field in the brochure request table?
trying to figure out the best way to build this. I am actually REBUILDING our database as it was set up incorrectly. now I've been asked to find out how many brochure requests last year resulted in a purchase....