Hello,
I am in the process of creating an inspection database for a manufacturing company I work for.
The idea being to store a large amount of data currently stored in separate excel spreadsheets in a single access database, to enable easier queries of the data.
I am currently struggling with creating a data entry form for new inspection data.
Some of the data that is entered is run through a conversion factor and thus I am looking to include the conversion factor on the form and enter the converted data directly into the database.
I understand that this is bad practice, but as the historic data imported from excel has already been converted, I need to do the same with new data entered into the form.
My question is, can I setup a textbox which the original data is entered, converted and then saved to the table?
Thanks,
Tom
I am in the process of creating an inspection database for a manufacturing company I work for.
The idea being to store a large amount of data currently stored in separate excel spreadsheets in a single access database, to enable easier queries of the data.
I am currently struggling with creating a data entry form for new inspection data.
Some of the data that is entered is run through a conversion factor and thus I am looking to include the conversion factor on the form and enter the converted data directly into the database.
I understand that this is bad practice, but as the historic data imported from excel has already been converted, I need to do the same with new data entered into the form.
My question is, can I setup a textbox which the original data is entered, converted and then saved to the table?
Thanks,
Tom