L
ljubo lecic via AccessMonster.com
I have the simple form (A) with the subform (B).
In the after-update event in the subform B I am calling
update query (By Docmd.openquery "my_update_query")
which is updating current record in the form A(main form)
The problem is that after each update focus is moving on
the first record of the form B (subform) instead of last
record.The problem is probably caused by "my_update_query" because without
it everything is fine.
How can I move focus to the last record of the subform
B after calling "my_update_query" in order to normaly continue with the
data entry.
Thanks in advance.
In the after-update event in the subform B I am calling
update query (By Docmd.openquery "my_update_query")
which is updating current record in the form A(main form)
The problem is that after each update focus is moving on
the first record of the form B (subform) instead of last
record.The problem is probably caused by "my_update_query" because without
it everything is fine.
How can I move focus to the last record of the subform
B after calling "my_update_query" in order to normaly continue with the
data entry.
Thanks in advance.