I have an Acces2K database
I have a kind of trivial security in it.
One of the security is: some people only can read the database
In the StartUp form, I put in the load event a function to check the safety level of the user
If Safetylevel = 4 then
' application only readable
end if
Anyone an idea to handle this?
Thnx in advance,
gerard
I have a kind of trivial security in it.
One of the security is: some people only can read the database
In the StartUp form, I put in the load event a function to check the safety level of the user
If Safetylevel = 4 then
' application only readable
end if
Anyone an idea to handle this?
Thnx in advance,
gerard