Board index » VBA
All times are UTC
I'm trying to pass a variable from a module to a form. Any ideas.
Thanks
Bob
1) use the openargs in the open call for the form 2) or use a global variable 3) or use the tag property of the form
>Thanks
>Bob
1. Forms Collection: Using it to Open Forms by Passing the Form Name as a String Variable
2. Passing variable from form to module??
3. Pass variable value back to form from module
4. How do you pass from obj from one form to a module/forms
5. passing forms and controls so I can set focus back to a form from a module
6. passing forms and controls so I can set focus back to a form from a module
7. Passing input box value from Form Module to report module
8. Pass global variable from form to form
9. VB5 Passing Variables Form to Form
10. Passing a variable from Form to Form??
11. Passing variables from Form to Form?
12. passing focus info form form to form