M
Mike Collard
Hi
I have a form that is populated by the user making a
selection from a combo box with the RowSource based on a
query. Once the record is retrieved the user can make
changes to data and save any changes to a table. It is not
a straightforward data entry form, the controls are filled
by a stored procedure and when a Confirm button is clicked
another procedure runs to make some calculations which are
subsequently saved.
Occasionally it is necessary to update all records so I
need some code that retrieves each record in turn from the
combo box and then runs the Confirm click event.
How can I do this? Maybe a Do...Loop that can select from
the combo box?
Many thanks for any assistance.
Mike Collard
I have a form that is populated by the user making a
selection from a combo box with the RowSource based on a
query. Once the record is retrieved the user can make
changes to data and save any changes to a table. It is not
a straightforward data entry form, the controls are filled
by a stored procedure and when a Confirm button is clicked
another procedure runs to make some calculations which are
subsequently saved.
Occasionally it is necessary to update all records so I
need some code that retrieves each record in turn from the
combo box and then runs the Confirm click event.
How can I do this? Maybe a Do...Loop that can select from
the combo box?
Many thanks for any assistance.
Mike Collard