background:
I have created a series of data entry forms for use of data collection. Each has a table as a record source with the same primary key "survey_id" , which is a text field. this is selected as the primary key so that the data from the tables when queried can be linked on this unique identifier; it cannot be duplicated; and must be entered whenever a new record is entered.
Question:
in the access Form, when a field (record source) that is set as the primary key is left blank/null , how do you ensure receiving the system error or any error that it cannot be left null?
when you try to go to a new record, you receive the error; but if you click on the 'close' control that has been embedded, it closes without error.
any recommendations ?
thanks in advance.
I have created a series of data entry forms for use of data collection. Each has a table as a record source with the same primary key "survey_id" , which is a text field. this is selected as the primary key so that the data from the tables when queried can be linked on this unique identifier; it cannot be duplicated; and must be entered whenever a new record is entered.
Question:
in the access Form, when a field (record source) that is set as the primary key is left blank/null , how do you ensure receiving the system error or any error that it cannot be left null?
when you try to go to a new record, you receive the error; but if you click on the 'close' control that has been embedded, it closes without error.
any recommendations ?
thanks in advance.
Comment