Control Users.

romio

Registered User.
Local time
Yesterday, 16:03
Joined
Apr 20, 2005
Messages
68
When the application starts up I need to control the user of the system, I will have to accounts which I will define one will act as an admin and the second will act as a user the differences is that the user acts is “read only” cannot add, delete and edit.

I would appreciate your comments and ideas regarding this part?

Thanks.
 
Variety of ways to do it depending upon how complicated you want to get.

1) Invoke Access Security...Vary good....Total Control.... Minefield for the unwary..... Fair bit of admin if rights or people change

2) Have a password form that leads to the add, delete etc functions. Need to switch of F11 key, bypass key and standard toolbars and menus. Fine until someone cribs the password and then you must change and tell all valid users

3) If they are using it across a network Have an opening form with all the buttons Add, Delete etc with only the Enquiries button visible property set to Yes. Detect Logon ID with api type thingy and have a function that if their logon ID exists is a specific table then visible propertty of command buttons becomes True. Need to close out F11, bypass and standard menus and toolbars. Easy to administer and if you are cute about it you can give people add but not edit, Delete but not add and all those sort of tweaks.

2 and 3 are not repeat not really secure. They will keep out the curious and the amateur but do not consider your database secure.

Len B
 
Thanks Len Boorman, I think number 3 is more suited for me, I will be uploading the main database on the server and I will link 3 computers through mapping the file.

Can you tell me where I can find more information on that part so I can get it done?
 
If you search the forum on
By Pass key
Network User names
You should find something to get started. I am a little tied up at the moment but post back on how you get on and in the meantime I will get some info ready for you

Len
 
Thanks Len Boorman i will make my search and I'll be back soon if you get anything please post it here.

Regards.
 

Users who are viewing this thread

Back
Top Bottom