Hi,
I have a calibration database I'm creating. I need a way to do dynamic/custom/changeable data entry. I would like to be able to type the calibration points in a textbox of some sort, (or click a button and enter the points) such as: 1,2,200 and then have those datapoints added as fields in my table tblCalibration (and check if the field already exists and regardless if it's new or not, pull the requested fields into the current form frmCalibration).
Each datapoint would need to generate two fields. For 1, it would need to generate the field 1GramAsFound and 1GramAsLeft. I would probably want to add a radio button to select the units so it could be named 1KgAsFound if needed. I would also need to be able to specify how many decimals and the accuracy of the item calibrated. See the attached image for an example of what I want to be able to do (this comes from a company website).
That's the best I could come up with for a 'dynamic' table creator/editor. Other ideas or suggestions are welcome!
I have a calibration database I'm creating. I need a way to do dynamic/custom/changeable data entry. I would like to be able to type the calibration points in a textbox of some sort, (or click a button and enter the points) such as: 1,2,200 and then have those datapoints added as fields in my table tblCalibration (and check if the field already exists and regardless if it's new or not, pull the requested fields into the current form frmCalibration).
Each datapoint would need to generate two fields. For 1, it would need to generate the field 1GramAsFound and 1GramAsLeft. I would probably want to add a radio button to select the units so it could be named 1KgAsFound if needed. I would also need to be able to specify how many decimals and the accuracy of the item calibrated. See the attached image for an example of what I want to be able to do (this comes from a company website).
That's the best I could come up with for a 'dynamic' table creator/editor. Other ideas or suggestions are welcome!