I have a main form which allows the user to “filter” the data in a subform in datasheet view (it actually creates a custom sql and updates the subform’s Recordsource property). I have set up two events in the datasheet sub form: a Form Dbl-Click and a Dbl-Click on one of the columns/controls. In testing, I’ve opened the subform directly and each event fires correctly. However, when I test the two events by opening the main form, neither event fires. I’ve double checked the subform properties and all seems OK, but I’m clearly missing something.
Appreciate any thoughts and insights,
Marty