G geralf Registered User. Local time Today, 04:28 Joined Nov 15, 2002 Messages 212 Jun 14, 2004 #1 Hi, Is there some way I can select a record using VBA, as if I clicked on the record selector at the left side of a form? (the record selector is marked black) TIA
Hi, Is there some way I can select a record using VBA, as if I clicked on the record selector at the left side of a form? (the record selector is marked black) TIA
___ ¯¯¯¯¯ Local time Today, 04:28 Joined Nov 27, 2003 Messages 595 Jun 14, 2004 #2 Code: DoCmd.RunCommand acCmdSelectRecord HTH
G geralf Registered User. Local time Today, 04:28 Joined Nov 15, 2002 Messages 212 Jun 18, 2004 #3 Thanks for your help.Perfect!