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 (simple msgbox displays). In testing, I've opened the subform directly and each event fires correctly ... the Msgbox displays. When I open the main form and test the subform Dbl-Click events using the default subform recordsource, the Dbl-Click events still fire. However, once I modifiy the subform Recordsource through a droplist After_Update event, the Dbl-Click events now will not fire. The modified subform recordsource is displaying the correct records. Only the subform recordsource is being modified in the droplist After_Update.
Something is clearly chaning in the subform properties, but I can not see what.
Appreciate any thoughts and insights,
Marty
Something is clearly chaning in the subform properties, but I can not see what.
Appreciate any thoughts and insights,
Marty