Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Create event in VBA at runtime

Status
Not open for further replies.

Sorwen

Technical User
Nov 30, 2002
1,641
US
According to Microsoft help you can create an event for a control at runtime. It says to set the .On<Event> to "[Event Procedure]". Which tells me absolutely nothing on how to the code the event itself at runtime. I found an example in Word how to do it, but the example doesn't apply to Access. This is why I hate Microsoft. They take something that should be easy and do something stupid instead. Sorry for the little rant there, but can someone help me with this problem?
 
look at this faq
faq702-4601

has how to create form-event-module
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top