My main form contains as tab control. The first tab contains nothing but a suform whose ControlSource is a select query. When the form is opened the results of the query are displayed in the subform. It is a thing of beauty.
Here is my question: The subform has only two events (Enter and Exit). How do I tell when the record selection changes. Or which record is actually selected. There are no controls, as such, on the subform. It is just acting as a datasheet.
I need to be able to tell when the user has selected a record and take action elsewhere.
Any help would be greatly appreciated. I have to demo this to management tomorrow!
Thanks.
Here is my question: The subform has only two events (Enter and Exit). How do I tell when the record selection changes. Or which record is actually selected. There are no controls, as such, on the subform. It is just acting as a datasheet.
I need to be able to tell when the user has selected a record and take action elsewhere.
Any help would be greatly appreciated. I have to demo this to management tomorrow!
Thanks.
Comment