Hi,
I have a form into which the user enters details from customer invoices. I would like to add a check to make sure that an invoice number is not duplicated for the customers. The table has the fields OurRef (Prim Key), Customer and Invoice Number.
Is there a way I can check that for a selected customer the invoice number entered is not already in the table?
Thanks in advance.
I have a form into which the user enters details from customer invoices. I would like to add a check to make sure that an invoice number is not duplicated for the customers. The table has the fields OurRef (Prim Key), Customer and Invoice Number.
Is there a way I can check that for a selected customer the invoice number entered is not already in the table?
Thanks in advance.