duplication of the customer name ?

  • Thread starter Thread starter lalexander
  • Start date Start date
L

lalexander

I have a customer form that has

custid
custname

Is there a way to prevent a duplication of the customer name ?
 
Go back to the table the form is based on. For the CustName field, set the index
to Yes, No Duplicates. An error message will popup if a duplicate name is
entered. Trap that error with your own message.
 
Open the underlying table in design view and set a "No Duplicates" index
on the custname field.
 

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

Back
Top