Hi,
I was asked today if this is possible, when the users are making entries in the form. One of the combo boxes they select is normally the same option for many records throughout the day.
What they asked if it would be possible, once they make a selection in the combo on their first record, if the value could be held and when they start the next record, that field will already be filled in.
It would hold this value until they change it, or close the form?
One way I thought it could be done is make a hidden field in my main form. When they make the selection in the field on the sub form, the hidden field will hold the value. Then when they go to the next record, somehow the combo will look at the hidden field and display whatever is held there?
Is that the correct way to do it, or is there a better method?
I was asked today if this is possible, when the users are making entries in the form. One of the combo boxes they select is normally the same option for many records throughout the day.
What they asked if it would be possible, once they make a selection in the combo on their first record, if the value could be held and when they start the next record, that field will already be filled in.
It would hold this value until they change it, or close the form?
One way I thought it could be done is make a hidden field in my main form. When they make the selection in the field on the sub form, the hidden field will hold the value. Then when they go to the next record, somehow the combo will look at the hidden field and display whatever is held there?
Is that the correct way to do it, or is there a better method?
Last edited: