Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Selecting a record on Mouse Move

Status
Not open for further replies.

gazza110

Technical User
Apr 14, 2004
42
GB
I have a subform that has a datasheet view. I want to be able to select the record upon the mouse being over this record.

Code:
docmd.RunCommand acCmdSelectRecord

only selects the first record as this is where the record selector is. I want to move focus to which ever record the mouse is over (then once clicked it opens a new form). I have tried goto record without success and tried

Code:
me.setfocus

again to no success. Any ideas anyone ???

Thanks,
Gary.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top