J
Jonas
I have a database with multiple users. Some of them are poweruser
(read/write on disk F:\) and other are "read only".
Is there a way I can know if the user can write data in my database?
When I'll know the king of user, I can redirect the "READ only user" to a
basic Form with minimum information.
-I want a VB code with this thinking:
If my user is a poweruser then
open this switchboard
else
open frmBasicInformation
-Aternate logic
If the actual user can create a folder then
it's a poweruser (direct some place)
else
you are a guest (redirect elsewhere)
Thanks in advance.
Vous pouvez me répondre en français aussi !
Jonas
(read/write on disk F:\) and other are "read only".
Is there a way I can know if the user can write data in my database?
When I'll know the king of user, I can redirect the "READ only user" to a
basic Form with minimum information.
-I want a VB code with this thinking:
If my user is a poweruser then
open this switchboard
else
open frmBasicInformation
-Aternate logic
If the actual user can create a folder then
it's a poweruser (direct some place)
else
you are a guest (redirect elsewhere)
Thanks in advance.
Vous pouvez me répondre en français aussi !
Jonas