G
Guest
I have a tabular form (Continuous Forms) with a query as the Record Source.
The data in this form is not updatable because of the joins used in the
query. For each row in this form, frmUpdateESLOCS, there is a button which
takes the user to a 2nd form which allows him to make changes to the data for
that one row (using a RunSQL command).
When the user makes a change on the 2nd form and clicks the button to submit
the change, the 2nd form closes and the focus returns to row 1 of the 1st
form. This is not what I want. I want the user to return to the row he was
last on.
If the user does not make a change on the 2nd form and closes the form, the
focus returns to the row he was last on in the 1st form.
I need help figuring out how to return the user to the row he was on in the
first form.
Thank you,
Judy
The data in this form is not updatable because of the joins used in the
query. For each row in this form, frmUpdateESLOCS, there is a button which
takes the user to a 2nd form which allows him to make changes to the data for
that one row (using a RunSQL command).
When the user makes a change on the 2nd form and clicks the button to submit
the change, the 2nd form closes and the focus returns to row 1 of the 1st
form. This is not what I want. I want the user to return to the row he was
last on.
If the user does not make a change on the 2nd form and closes the form, the
focus returns to the row he was last on in the 1st form.
I need help figuring out how to return the user to the row he was on in the
first form.
Thank you,
Judy