C
Claire
Hi all,
I'm working on a form that will need to be requeried after a number of
different on click events. At this point I want to return to the record that
was current before. According to my various resources, including here, I
should note the primary key, requery, clone the recordset, find the primary
key in the clone, set that record as the bookmark and then set the cloned
bookmark as the forms bookmark. Why is this better than just noting the
primary key, requerying and finding the primary key on the form's recordset?
I feel like I'm missing something here...
Thanks for you thoughts,
Claire
I'm working on a form that will need to be requeried after a number of
different on click events. At this point I want to return to the record that
was current before. According to my various resources, including here, I
should note the primary key, requery, clone the recordset, find the primary
key in the clone, set that record as the bookmark and then set the cloned
bookmark as the forms bookmark. Why is this better than just noting the
primary key, requerying and finding the primary key on the form's recordset?
I feel like I'm missing something here...
Thanks for you thoughts,
Claire