S
Stephan Gehrlein
Has anybody an idea how I could execute VBA procedures or functions from an
access 2000 ade form?
I would like to generate a hidden administrative form with a text field to
put in vba procedure calls and execute them from an ade without having
access to the vba editor.
So this way I could run something like:
clsUser.New_User("username", "userPW", "userrole",...) or other procedures
or functions.
How do I have to write the code for that text field, how do I execute the
VBA string by code?
Thanks for any suggestions
Stephan
access 2000 ade form?
I would like to generate a hidden administrative form with a text field to
put in vba procedure calls and execute them from an ade without having
access to the vba editor.
So this way I could run something like:
clsUser.New_User("username", "userPW", "userrole",...) or other procedures
or functions.
How do I have to write the code for that text field, how do I execute the
VBA string by code?
Thanks for any suggestions
Stephan