Need help in getting my head around this.
I need to create a database to do the following.
Here is the database information
Locations
-name
-price
Price will change daily, the name may get renamed, deleted, added.
Customers
-custname
-etc
I need to be able to assign multiple locations to a customer and the price associated with that location. I also need to ensure that if a location has been removed, renamed it reflects in the customers information.
Not sure how to link this data together.

Reply With Quote