P
Pixie
Hello!
I created a table with all my users and whether they were employees or
managers so I could enable/disable buttons on my main menu. I created a form
from this table that opens with hidden with an AutoExec macro that filters on
the CurrentUser.
It works fine in the sense that with form opens hidden with the right filter
and the buttons are disabled appropriately for the user but first I get a
message when the database opens that says: My Database can't find the form
'frmUser' referred to in a macro expression or Visual Basic code.
I believe it's only used in the AutoExec macro and in the OnOpen event of
the Main Menu as a condition of that macro to enable/disable buttons. Both of
those work. Why am I getting this message?
I would appreciate any help.
I created a table with all my users and whether they were employees or
managers so I could enable/disable buttons on my main menu. I created a form
from this table that opens with hidden with an AutoExec macro that filters on
the CurrentUser.
It works fine in the sense that with form opens hidden with the right filter
and the buttons are disabled appropriately for the user but first I get a
message when the database opens that says: My Database can't find the form
'frmUser' referred to in a macro expression or Visual Basic code.
I believe it's only used in the AutoExec macro and in the OnOpen event of
the Main Menu as a condition of that macro to enable/disable buttons. Both of
those work. Why am I getting this message?
I would appreciate any help.