Application Title

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Am I right in thinking that Application Title of the database cannot be
changed using VBA unless the user is a member of the Admins group?

I was trying to set the title to show who is logged on, which works fine
when it's me (as the owner of the database), or the System Admin user (member
of Admins), but doesn't work if it is one of my Full Data Users, or Read Only
Users.

Any ideas how I can work around this, or am I wasting my time?
 
In case anyone else comes across the same problem I thought I would let you
know how I got around it.

Decided against the whole Application Title method and instead used SysCmd
to set the status bar text. Works perfectly and IMHO actually looks more
professional than the way I was trying to achieve it in the first place. So
I'm happy, the boss is happy...
 
needs "database administration" privilege.
is NOT the same as "member of admins" or "owner".
 
Back
Top