Access Access: Select a record in continuous subform

Joined
Apr 20, 2011
Messages
2
Reaction score
0
I have a subform that is a continuous form. I have a button (actually in image) in the details section (to the left of my other controls). This button shows up at the left of every record in that subform. I want to code the image so that when it is clicked the record shown to its right becomes the current record. Can't for the life of me figure out what code to put in the click event that would make that record current. It's got to be easy!
 
figured it out. Images and labels won't take focus. Either make a button with that image or put a transparent button over top of the image and use the click event for that.
 
Back
Top