C
Chris Strug
Hi,
Probably a silly question but I've realised that I don't actually know how
to do this properly: Basically what is the best way to navigate to a
particular record in a bound form if you know the PK of the record in
question and assuming that it exists.
In the past I have created a recordsetclone, used the findfirst method and
then set the bookmark of the bound recordset to that of the recordsetclone.
However I'm pretty sure that this isn't a terribly good way to achieve this.
Is there a "best practice" for doing this?
Any and all advice, links, abuse etc are gratefully received.
Many thanks
Chris.
Probably a silly question but I've realised that I don't actually know how
to do this properly: Basically what is the best way to navigate to a
particular record in a bound form if you know the PK of the record in
question and assuming that it exists.
In the past I have created a recordsetclone, used the findfirst method and
then set the bookmark of the bound recordset to that of the recordsetclone.
However I'm pretty sure that this isn't a terribly good way to achieve this.
Is there a "best practice" for doing this?
Any and all advice, links, abuse etc are gratefully received.
Many thanks
Chris.