Stuart Green
Registered User.
- Local time
- Today, 13:00
- Joined
- Jun 24, 2002
- Messages
- 108
I have created several forms to use as opening menus with different options on each. What I want to do is have a specific "menu" open at startup depending on who logs in. eg" welcome to fred's menu" if Fred logs in or "welcome to Jo's menu" if Jo logs in. I have tried having a blank form as the startup form with a macro attached to the onopen event that opens one of the other menu forms using the CurrentUser command in the macro criteria but I can't seem to get the syntax right
eg currentuser=fred open form1, currentuser=jo open form2 etc.
Am I going about this the wrong way please
eg currentuser=fred open form1, currentuser=jo open form2 etc.
Am I going about this the wrong way please