Select record using VBA

geralf

Registered User.
Local time
Today, 19:24
Joined
Nov 15, 2002
Messages
212
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
 
Code:
DoCmd.RunCommand acCmdSelectRecord
HTH
 
Thanks for your help.Perfect!
 

Users who are viewing this thread

Back
Top Bottom