chacamasur
Registered User.
- Local time
- Today, 02:29
- Joined
- Oct 8, 2010
- Messages
- 18
I have a combo box on a FORM that is currently linked to a table/pulldown for selection: sort, column1, column2
I have set up the combo box to show Column1, and have a set an invisible textbox that grabs the sort value.
I am using the text Box within a Query criteria:
>=[Forms]![FRM-EstCAD]![RPsort]
---> right now the value on the form disappears when the form is closed.
The question is: "How can I retain the users input" regardless on the closing of the form?
I have set up the combo box to show Column1, and have a set an invisible textbox that grabs the sort value.
I am using the text Box within a Query criteria:
>=[Forms]![FRM-EstCAD]![RPsort]
---> right now the value on the form disappears when the form is closed.
The question is: "How can I retain the users input" regardless on the closing of the form?