
Originally Posted by
NoellaG
Hi,
it is quite simple if you have a good database design. You create a table with the main information, for example Customers (name, address, ...) and each customer has an unique number (primary key field). Than you can have a second table with, for example orders, and all you have to to is to repeat the customer number in thet table to be able to retrieve all corresponding data from the customers table. Just take some time to get familiar with relational database design.
succes
NG