Security question

mahmudich

Registered User.
Local time
Today, 16:34
Joined
Feb 10, 2003
Messages
73
Hi guys!

I’ve got a DB security question, and it sounds quite easy, but I stuck with it. The DB on start requests User Name and Password. What I want to do is if a visitor is not the admin, then Menues, Toolbars, Display Database Window, Display Status Bar should NOT appear on a screen. So, all users, except admin, do not see any unnecessary stuff on a screen, and don’t have any access to modify design, but only data.

I presume somehow I can use VB code in MainFormOnLoad() event to check whether it’s user or a admin and set permissions.

Thank you in advance for any hints!
 

Users who are viewing this thread

Back
Top Bottom