Microsoft
Software
Hardware
Network
Question : prevent user from accessing specific form
Hi,
I need to prevent some
network
users accessing specific form .
i have private sub form_current() code that can show me the network username ( the value of getusername inserted into txtUserName control .
i need a way to tell the form on form_open or load or watever that if the value of the txtusername is "Mike" for example (the name taken from tblUserName) then let him in.
if the value if txtusername if null .then msgbox "u don`t have permission to see this form")
Answer : prevent user from accessing specific form
I'd say it's related to the
Cache-Control: max-age=-5843492 line
just a guest: can the expire value be the date of your last restart ?
Random Solutions
Passing values from External table into a cursor
Javascript question on populating required field
What is wrong with the way that I'm writing this if statement?
iPhoneos build error
How do I recover my data from a Western Digital 500GB NetCenter NAS drive?
write into an app.config
BESR 2010 Restore options
Raise domain function level when there are 2 ADs
Modify tinyAccordian javascript to fix ClearType IE issue
SQL 2008: how to copy schema or data from one table to another which ALREADY exists?