jeffrey159
Registered User.
- Local time
- Today, 08:56
- Joined
- Jan 17, 2013
- Messages
- 24
i tried using macro to locate it but doesn't work.
After logging in from "Login" Form it will open up a form "LoginMenu" with a list of buttons of Forms that i'm able to access to.
This Macro is in "LoginMenu" with a list of buttons of macro events
If [Forms]![Login]![cboUsername]="Admin" Then
Open Form
Form name: Club
View: Form
Data Mode: Read Only
Window mode: normal
End if
and after i try logging in to admin and click Clubs
Error: Microsoft Access cannot find referenced form "Login"
i don't understand why it can't find the form when it's located together there.
After logging in from "Login" Form it will open up a form "LoginMenu" with a list of buttons of Forms that i'm able to access to.
This Macro is in "LoginMenu" with a list of buttons of macro events
If [Forms]![Login]![cboUsername]="Admin" Then
Open Form
Form name: Club
View: Form
Data Mode: Read Only
Window mode: normal
End if
and after i try logging in to admin and click Clubs
Error: Microsoft Access cannot find referenced form "Login"
i don't understand why it can't find the form when it's located together there.