G
Guest
Hi,
The following code seems to open the correct form, but always on record 1,
rather than the record being viewed in the FrmContacts form. Have I made a
mistake?
Thanks Tim (Access 2002)
DoCmd.OpenForm "frmUdateContacts", , , [ContactID] =
Forms![frmcontacts]![ContactID]
The following code seems to open the correct form, but always on record 1,
rather than the record being viewed in the FrmContacts form. Have I made a
mistake?
Thanks Tim (Access 2002)
DoCmd.OpenForm "frmUdateContacts", , , [ContactID] =
Forms![frmcontacts]![ContactID]