I am sure this is simple but I am missing it so...
I have a form that is designed for data entry. I have a combo box on the form to select a value. Selecting a value prefills most of the other fields on the form with the most common values for the value selected (by using the cloneRecordSet VBA). The user then will use a scanner to enter a serial number to the record and enter the record.
I have designed the form so when it opens all of the fields are empty (by using a default value, weird methodology but it works). Once the combo box value is selected the pre-fill takes place.
The Problem:
After I enter the rcord I would the form to reset the combo box to the default value and thereby, hopefully, also reset all of the other fields to blank. My goal is to force the user to re-select a value from the combo box each time so as to avert possible data entry errors.
Please see attached sample database.
Thank You!
I have a form that is designed for data entry. I have a combo box on the form to select a value. Selecting a value prefills most of the other fields on the form with the most common values for the value selected (by using the cloneRecordSet VBA). The user then will use a scanner to enter a serial number to the record and enter the record.
I have designed the form so when it opens all of the fields are empty (by using a default value, weird methodology but it works). Once the combo box value is selected the pre-fill takes place.
The Problem:
After I enter the rcord I would the form to reset the combo box to the default value and thereby, hopefully, also reset all of the other fields to blank. My goal is to force the user to re-select a value from the combo box each time so as to avert possible data entry errors.
Please see attached sample database.
Thank You!
Attachments
Last edited: