M
Mike Collard
Thanks to Mark.A.Sam I have used some code to loop through
a recordset and select each record in turn in a form that
uses the recordset as the Rowsource of a combo box.
However, there is an After_Update event attached to the
combo box which is not being triggered i.e. I want to
retrieve each record in turn on the form and have the
After_Update event associated with the combo box fired.
MS Help says :- "If you move to another record or save the
record, the form's BeforeUpdate and AfterUpdate events do
occur." I have tried this but can't get it to work.
Would it work if I could move the focus to another control
on the form and if so how do I do that?
Thanks
Mike Collard
a recordset and select each record in turn in a form that
uses the recordset as the Rowsource of a combo box.
However, there is an After_Update event attached to the
combo box which is not being triggered i.e. I want to
retrieve each record in turn on the form and have the
After_Update event associated with the combo box fired.
MS Help says :- "If you move to another record or save the
record, the form's BeforeUpdate and AfterUpdate events do
occur." I have tried this but can't get it to work.
Would it work if I could move the focus to another control
on the form and if so how do I do that?
Thanks
Mike Collard