P
Piperlynne
I'm creating a database that tracks customer information, brand information
and item information. Customers have brands and brands have items. Most of
the information is item specific. There is a unique customer identifier (call
it a customer number for the sake of argument). Brands are also unique and
items are unique based on SKU#.
I want to be able to relate a one to many relationship from customer to
brand and customer to item as well as from brand to item.
I will be creating forms for data entry and reporting.
Ideally, the user should be able to query information on an item, brand or
customer and see the related information.
I'm kinda taking this over for someone and have decided to just use the data
collected and start over.
Any suggestions for best structure for this?
and item information. Customers have brands and brands have items. Most of
the information is item specific. There is a unique customer identifier (call
it a customer number for the sake of argument). Brands are also unique and
items are unique based on SKU#.
I want to be able to relate a one to many relationship from customer to
brand and customer to item as well as from brand to item.
I will be creating forms for data entry and reporting.
Ideally, the user should be able to query information on an item, brand or
customer and see the related information.
I'm kinda taking this over for someone and have decided to just use the data
collected and start over.
Any suggestions for best structure for this?