I have Access Form with some Text fields and one Button.
Is there any posibility to execute VBA function with passed parameters from Access Form: on button Click? I know that I can exectute Macro but this doesnt resolve my problem. I need to execute VBA.
Thanks in advance.
I have Access Form with some Text fields and one Button. Is there any
Share
If you have the VBA function/sub in a module as public you can call the function/sub in the click event on the form.