Hello
I am really confused on this.
I have a button that calls a module.
Sub verifyUser(frmE ntry As Form)
This module does a few things then it opens a form.
I am passing a variable as form to the module
call verifyUser("frm FollowUp")
If add quotes it says type mismatch if I remove the quotes it says
"Byref argument type mismatch"
I don't know what I am doing wrong.
Please help.
Thanks.
Simone
I am really confused on this.
I have a button that calls a module.
Sub verifyUser(frmE ntry As Form)
This module does a few things then it opens a form.
I am passing a variable as form to the module
call verifyUser("frm FollowUp")
If add quotes it says type mismatch if I remove the quotes it says
"Byref argument type mismatch"
I don't know what I am doing wrong.
Please help.
Thanks.
Simone
Comment