I have a form with a combo box which selects the record which I wish to change.
I make the change to one of the fields of the selected record.
Then, I may wish to choose another record, using the same combo box.
The choice of records offered by the combo box should no longer include the record which I previously changed. (The combo box is based on a query with a selection criteria which looks at the field which I have just changed.)
Is there a way to update the records immediately after I make changes to the record?
I wonder if this can be done without getting into ADO & recordsets.
I make the change to one of the fields of the selected record.
Then, I may wish to choose another record, using the same combo box.
The choice of records offered by the combo box should no longer include the record which I previously changed. (The combo box is based on a query with a selection criteria which looks at the field which I have just changed.)
Is there a way to update the records immediately after I make changes to the record?
I wonder if this can be done without getting into ADO & recordsets.