When appl. start my code change app. title with the following code:
CurrentDb.Properties("AppTitle") = "Appl name - User name".
This work ok if I as Admin start the appl. but it doesn't run if
ordinal users run it, because they don't have permission for this. And
I don't want this.
I'd like to write such code which will use temporary Admin rights
(inside code)to change title at start up. How can I do this?
Regards
Billy