I have a tabular form which uses a Query as its record source. I don't want the user to be able to change any of the data displayed in this form, so I have set to true the "locked" property of the boxes in the detail part of the form which display data from the record source. I would like my program to be able to know which is the currently selected record (the form has record selectors). Is there an event triggered when I click in a particular record selector, and if so what is the name of that event? I would like to be able to attach code to this event.
Thank you in advance