I have a database with user level security. There are 4 or 5 different levels set up to do all the different tasks.
Most users only have access to a subform on the main page (main form) and none of the fields on the main page. There is a Date Complete field on the main page I want the subform users to fill in once their job is complete.
I have a macro that does the job but will only work if you are logged in with a higher user level ID. You must have New Data permissions for it to work. The macro is located and launched from the subform by a command button.
Is there a way to give that macro permission to fill in the date when launched by the subform user?
I'd appreciate any other solutions as well - it does not have to be the macro - that was just something I thought might work.
Thanks,
Paul
Most users only have access to a subform on the main page (main form) and none of the fields on the main page. There is a Date Complete field on the main page I want the subform users to fill in once their job is complete.
I have a macro that does the job but will only work if you are logged in with a higher user level ID. You must have New Data permissions for it to work. The macro is located and launched from the subform by a command button.
Is there a way to give that macro permission to fill in the date when launched by the subform user?
I'd appreciate any other solutions as well - it does not have to be the macro - that was just something I thought might work.
Thanks,
Paul