Reputation: 2625
I have a sub form. I want to create a double click event on its record to show its detailed view.
I am not able to see 'Double click' event for the subform. Someone pls help.
Upvotes: 1
Views: 5267
Reputation: 46
Open the subform in design mode. Select the form properties. Add a double click event to the form with your procedure in it. Close and save the form. Re-open the sub form in the main form. To the left of the data double click the grey box and your event will run.
Upvotes: 3