G
Guest
Hi everyone,
I have a subform within a subform on a tabbed form (!) which, after updating
on a different screen I need to requery. At the moment I am doing this in a
macro and it works super, but on requerying the control jumps back to the
first record in the subform (within a subform on a tabbed form). All I want
it to do is return to the last modified record. I know that what I need is
to use the bookmark function or the lastmodified function or both, and
although help makes it clear this can be done, it does not make it clear how
to do it. It seems that requerying will wipe the bookmark anyway, but I have
managed to set up a module function which refreshes the same as hitting
refresh on the toolbar menu. According to help this doesn't wipe out the
bookmark.
Does anyone know how to get access to return to the last modified record, in
a macro or in a module?
Cheers.
I have a subform within a subform on a tabbed form (!) which, after updating
on a different screen I need to requery. At the moment I am doing this in a
macro and it works super, but on requerying the control jumps back to the
first record in the subform (within a subform on a tabbed form). All I want
it to do is return to the last modified record. I know that what I need is
to use the bookmark function or the lastmodified function or both, and
although help makes it clear this can be done, it does not make it clear how
to do it. It seems that requerying will wipe the bookmark anyway, but I have
managed to set up a module function which refreshes the same as hitting
refresh on the toolbar menu. According to help this doesn't wipe out the
bookmark.
Does anyone know how to get access to return to the last modified record, in
a macro or in a module?
Cheers.