G
Guest
I have a table named 'invoices' with a field named 'invoice#'. I am creating
a form which a person fills out different fields. The form is named
'FInvoices'. One text box is named 'Invoicebox'. What I am needing to do is
when a number is entered, and when the focus to that text box is lost, it
checks the 'invoices' table for a duplicate number (in the Invoice# field),
if there is, an error message will pop up, allowing the cashier to correct
the error. This checking needs to be done before the cashier is allowed to
continue.
This is my first real project I am attempting and my skill level would be
about "Intermediate". I have looked at several "dlookup" examples but could
not get any of them to work in my example.
Any help would be great. Thanks in advance.
greg
a form which a person fills out different fields. The form is named
'FInvoices'. One text box is named 'Invoicebox'. What I am needing to do is
when a number is entered, and when the focus to that text box is lost, it
checks the 'invoices' table for a duplicate number (in the Invoice# field),
if there is, an error message will pop up, allowing the cashier to correct
the error. This checking needs to be done before the cashier is allowed to
continue.
This is my first real project I am attempting and my skill level would be
about "Intermediate". I have looked at several "dlookup" examples but could
not get any of them to work in my example.
Any help would be great. Thanks in advance.
greg