S
steel
Hi,
I am wanting to stop a User from opening a Form where the security is based
on their Application Role in SQL.
To get their NT name I use:
txtNT_Name = Dlookup("system_user","sysobjects")
How do I get the Users Application-level role? Is there a better way to go
about this?
I appreciate your help as always.
I am wanting to stop a User from opening a Form where the security is based
on their Application Role in SQL.
To get their NT name I use:
txtNT_Name = Dlookup("system_user","sysobjects")
How do I get the Users Application-level role? Is there a better way to go
about this?
I appreciate your help as always.