G
Guest
I have a simple "Add Customer" form. It has a txtbox with "CustomerID". It is
bound to the table "Customer". The user inputs the unique ID. This is a
primary key "Text", with No Duplicates selected. There are also other
txtboxes for Name, etc. This form also has a combo box used to display
customer names so they can be edited, using the same txtboxes. My problem:
When I add a new customer, the program allows duplicates, even though I have
set No Duplicates in the table.
Sure would appreciate some help. Thanks
bound to the table "Customer". The user inputs the unique ID. This is a
primary key "Text", with No Duplicates selected. There are also other
txtboxes for Name, etc. This form also has a combo box used to display
customer names so they can be edited, using the same txtboxes. My problem:
When I add a new customer, the program allows duplicates, even though I have
set No Duplicates in the table.
Sure would appreciate some help. Thanks