C
Chris
Hi All. On the close event of many of my forms i have a case statement to
select which form to return to.
I will be using the same code on several different forms and am sure that
this code can be stored in a module but I don't know how to save/call the
module.
Select Case me.openargs
Case 1, 2
Forms!frmMain.visible = true
Case 3,4
Forms!frmManagermain.visible = true
Case 5
Forms!frmUserMain.visible = true
End Select
Thanks in advance
Enjoy the weekend
select which form to return to.
I will be using the same code on several different forms and am sure that
this code can be stored in a module but I don't know how to save/call the
module.
Select Case me.openargs
Case 1, 2
Forms!frmMain.visible = true
Case 3,4
Forms!frmManagermain.visible = true
Case 5
Forms!frmUserMain.visible = true
End Select
Thanks in advance
Enjoy the weekend