Drstein99
Junior Contributor
I can create a textbox and assign the control at runtime, and retrieve data with no problem.
Is there a way I can assign one of my functions in my code at designtime as the event handler for the new control at runtime?
In other words, I want to create a data validation keypress event, at designtime, and at runtime create a textbox and assign it's keypress event to the one in the module. Please help, thanks.
Is there a way I can assign one of my functions in my code at designtime as the event handler for the new control at runtime?
In other words, I want to create a data validation keypress event, at designtime, and at runtime create a textbox and assign it's keypress event to the one in the module. Please help, thanks.