Zydeceltico
Registered User.
- Local time
- Today, 03:18
- Joined
- Dec 5, 2017
- Messages
- 843
Hi All,
I have a data entry form (frmWeldAssembleInspections) that records data into many fields in table tblWeldAssemble. The user can either tab, enter, or click through the various data entry fields.
I am currently looking at two fields on this form (LengthRequired and LengthActual).
I would like a popup form (frmMeasurement) to "appear" when the user either tabs to one of them or clicks in one of them (LengthRequired or LengthActual).
Then, from the popup form (frmMeasurement) I would like the user to make selections from cboFeet, cboInches, and cboFractions.
The user would then click either a "Save and Exit" which would return the concatenate of the three selections from cboFeet, cboInches, and cboFractions to populate the single data entry field of, for example, LengthRequired. Once this value is returned to the form - (no data will be permanently saved to the record in tblWeldAssemble until all fields on frmWeldAssembleInspection have been filled and a "Save and Exit" on frmWeldAsssembleInspection has been clicked) - the user tabs or clicks into the next data entry control.
How do I accomplish the above?
I don't know how to make the popup form appear.
I don't know how to create a "Save and Exit" Button.
I don't know how to return the concatenated data from the popup form to the data entry field of the main form.
Those are my primary "I don't know how to's..."
I have attached the db. frmWeldAssembleInspections is a mockup of what I would like to see but may not be properly formatted to function for my purpose. The buttons are just dropped on. That form is not connected to anything because I don't know how to do it.
I know just enough about Access to be a danger to myself and others so any guidance is super appreciated.
Shout out to Ridders for guiding me to make lookup tables for Feet, Inches, and Fractions.
Thank You in advance!
Tim
I have a data entry form (frmWeldAssembleInspections) that records data into many fields in table tblWeldAssemble. The user can either tab, enter, or click through the various data entry fields.
I am currently looking at two fields on this form (LengthRequired and LengthActual).
I would like a popup form (frmMeasurement) to "appear" when the user either tabs to one of them or clicks in one of them (LengthRequired or LengthActual).
Then, from the popup form (frmMeasurement) I would like the user to make selections from cboFeet, cboInches, and cboFractions.
The user would then click either a "Save and Exit" which would return the concatenate of the three selections from cboFeet, cboInches, and cboFractions to populate the single data entry field of, for example, LengthRequired. Once this value is returned to the form - (no data will be permanently saved to the record in tblWeldAssemble until all fields on frmWeldAssembleInspection have been filled and a "Save and Exit" on frmWeldAsssembleInspection has been clicked) - the user tabs or clicks into the next data entry control.
How do I accomplish the above?
I don't know how to make the popup form appear.
I don't know how to create a "Save and Exit" Button.
I don't know how to return the concatenated data from the popup form to the data entry field of the main form.
Those are my primary "I don't know how to's..."
I have attached the db. frmWeldAssembleInspections is a mockup of what I would like to see but may not be properly formatted to function for my purpose. The buttons are just dropped on. That form is not connected to anything because I don't know how to do it.
I know just enough about Access to be a danger to myself and others so any guidance is super appreciated.
Shout out to Ridders for guiding me to make lookup tables for Feet, Inches, and Fractions.
Thank You in advance!
Tim