Passing a TextBox control as a Parameter to a Function

J

Jim

Hi.
I want to make a function that will accept a control. How
do I pass a control to a function?

-Jim
 
W

William Taylor

declare the variable as a control, object, or variant type in the function
ex:
Public Function PassControl(ctl As Access.Control)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top