Hi
This should be trivial but is causing a problem.
Have an order form fed by a query based on two tables. The Customer field in one table has a lookup to a Customers table, with the Customer field as key.
This allows the form to pull in the Customer's address when any Customer is selected.
If a new order is aborted before the Customer is selected there's an error saying Access can't find a record in tblCustomers corresponding to the selected Customer. This is a nuisance because it then insists on abandoning the new record and closing the form.
The error also appears in aborting the query, ie without opening the form.
This should be trivial but is causing a problem.
Have an order form fed by a query based on two tables. The Customer field in one table has a lookup to a Customers table, with the Customer field as key.
This allows the form to pull in the Customer's address when any Customer is selected.
If a new order is aborted before the Customer is selected there's an error saying Access can't find a record in tblCustomers corresponding to the selected Customer. This is a nuisance because it then insists on abandoning the new record and closing the form.
The error also appears in aborting the query, ie without opening the form.