I am trying to create a module that I can use on multiple forms to carry out the same action.
I want it to close the current form it is on (no matter which one it is on) and open the specified form.
I've tried using me.close() but that does not work in a module.
Any advice would be really helpful - thank you.
I want it to close the current form it is on (no matter which one it is on) and open the specified form.
I've tried using me.close() but that does not work in a module.
Any advice would be really helpful - thank you.