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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Datasheet Onclick

Status
Not open for further replies.

sweevo

Programmer
Joined
Jan 30, 2002
Messages
182
Location
GB
Hello,

If I have a form in datasheet view, can I invoke a command when one of the rows is clicked, wherever the row is clicked?

I want to fire off an event which uses the ID column of the clicked row, but the closest I can get is with the onClick of the form, which only works when the grey part at the far-left of the form (which shows the arrow for the currently-selected row)is clicked.

Thanks
 

Any time you select a new row the Current event will fire.

I am not sure this will get you closer...

[thumbsup2]


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top