S
SMERTZ
I am trying to unload a form, or close it on the click of a button to return
to the main switchboard form. So in the click event of the cmd button at the
end of the code I have placed the line
frmCustomer.unload
Access VBA does not seem to recognize this. So what would be the proper
syntax to unload a form? Or better yet all forms except the main
switchboard form?
Thanks.
to the main switchboard form. So in the click event of the cmd button at the
end of the code I have placed the line
frmCustomer.unload
Access VBA does not seem to recognize this. So what would be the proper
syntax to unload a form? Or better yet all forms except the main
switchboard form?
Thanks.