Help needed, as I don't get a field to update on a form. The structure of my form is:
Form F1 (populated by On load event that reads a SQL server database)
The form includes 3 tabs: T1 | T2 | T3
T1 includes the field to be updated, let's call it "State" (it's a combo).
I'd like either:
I'm looking for the general command/code (Refresh/Requery/ Other) that updates either a form, a tab in a form, or a control in a tab. Thanks in advance, a.
Form F1 (populated by On load event that reads a SQL server database)
The form includes 3 tabs: T1 | T2 | T3
T1 includes the field to be updated, let's call it "State" (it's a combo).
I'd like either:
- Whole tab T1 to update (requery?) when a button is clicked on T3 (this button changes the value of the field State in a SQL server table).
- Or just the "State" combo box in T1 to requery (to 'update') when a button is clicked on T3.
I'm looking for the general command/code (Refresh/Requery/ Other) that updates either a form, a tab in a form, or a control in a tab. Thanks in advance, a.