Stop duplicated data

S

Simon

I have a database that i use for placing order from my company website.

When i get a order i add the customer details and then type in the
products they have entered

As i am now getting repeat cusomers is there a was for when i enter a
new customer it can check that i do not have that customer on recored
already.

Could you one recomened the best way to do this

Thanks

Simon
 
J

John Vinson

I have a database that i use for placing order from my company website.

When i get a order i add the customer details and then type in the
products they have entered

As i am now getting repeat cusomers is there a was for when i enter a
new customer it can check that i do not have that customer on recored
already.

Could you one recomened the best way to do this

You should certainly have separate tables for Customers and Orders;
the customer information should be stored once, and once only. You'ld
use a Combo Box on a Form to enter the CustomerID into the orders
form.

Take a look at the Northwind sample database for an (imperfect)
example of how this can be done.

John W. Vinson[MVP]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Customer look UP 2
updating a table from a form 1
adding a date 2
add new recored but keep same customer ID 2
auto Date on forms 1
stoping duplicated customers 4
Create New Table/Column 1
Customer look UP 1

Top