G
Guest
Hi all,
Using Access 2003 - I have two forms. We'll call them frmOne and frmTwo. I
want to open frmTwo from a command on frmOne and have it open to the same
record as the current ID. I can get this to work *fine* using:
DoCmd.OpenForm "frmTwo", , , "ID=" & ID
HOWEVER.... once I do this I am locked into that record. I can no longer
select another record with a different ID. I believe the solution may
involve "bookmark" but I rarely use it and am hitting a wall.
So, how do I open a second form going to the related record and still have
the ability to select a different record? Any ideas?
TIA
Aaron G
Philadelphia, PA
Using Access 2003 - I have two forms. We'll call them frmOne and frmTwo. I
want to open frmTwo from a command on frmOne and have it open to the same
record as the current ID. I can get this to work *fine* using:
DoCmd.OpenForm "frmTwo", , , "ID=" & ID
HOWEVER.... once I do this I am locked into that record. I can no longer
select another record with a different ID. I believe the solution may
involve "bookmark" but I rarely use it and am hitting a wall.
So, how do I open a second form going to the related record and still have
the ability to select a different record? Any ideas?
TIA
Aaron G
Philadelphia, PA