Application Title

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?
 
G

Guest

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...
 
G

Guest

needs "database administration" privilege.
is NOT the same as "member of admins" or "owner".
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top