jwcolby
jwcolby at colbyconsulting.com
Tue May 17 16:40:49 CDT 2011
I don't think you can directly make an event stub public. You would have to build a public sub which called the event stub. John W. Colby www.ColbyConsulting.com On 5/17/2011 5:37 PM, Doug Murphy wrote: > Maybe I didn't read your question correctly. Do you want to trigger from > code or on the actual event? If from code, just put your code in the event > stub and then call it from where ever you want by the subroutine name, e.g., > sub controlName_dblClick. If your calling from outside the form you need to > make the subroutine public. > > -----Original Message----- > From: accessd-bounces at databaseadvisors.com > [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Darrell Burns > Sent: Tuesday, May 17, 2011 1:14 PM > To: 'Access Developers discussion and problem solving' > Subject: [AccessD] Force a dblclick event on a form control > > Anybody know how I could trigger a dbl-click event on a form control? > Thx, > -Darrell >