S
Sprinks
I have a Timesheet application for which I will be using Security for the
first time. Most users will have read/edit permissions for a single form, by
which they enter their time spent on various projects. I would like to load
an Administration Menu form on startup for those in the Admins group, and the
Timesheet form for the Users.
Prior to securing the database, I've set the Adminstration Menu as the form
to load on startup, and used a DLookup call in the Form_Open event to
determine the value of a stored "FullAdminRights" field for the current user.
If the user doesn't have the rights, the form closes and the Timesheet form
opens.
I'd rather let Security handle this, but if I remove User permissions for
the Administration Menu form, will the Form_Open event procedure even run?
If not, how can I load the Timesheet form?
Thanks for all help.
Sprinks
first time. Most users will have read/edit permissions for a single form, by
which they enter their time spent on various projects. I would like to load
an Administration Menu form on startup for those in the Admins group, and the
Timesheet form for the Users.
Prior to securing the database, I've set the Adminstration Menu as the form
to load on startup, and used a DLookup call in the Form_Open event to
determine the value of a stored "FullAdminRights" field for the current user.
If the user doesn't have the rights, the form closes and the Timesheet form
opens.
I'd rather let Security handle this, but if I remove User permissions for
the Administration Menu form, will the Form_Open event procedure even run?
If not, how can I load the Timesheet form?
Thanks for all help.
Sprinks