Microsoft
Software
Hardware
Network
Question : Access variable field locking
Not sure about my title but this is what I am looking.
I have a field [text0] i want this field lock except when new record is being created. This is a db field and I dont want users to be changing the values.
Answer : Access variable field locking
use the current event of the form
private sub form_current()
if me.newrecord then
me.text0.locked=false
else
me.text0.locked=true
end if
end sub
Random Solutions
access 2003 report with calculated field.
HTTPS forms loading slow or not loading at all. Using IE6, IE7 and firefox.
prevent taskkill and netstop command
Windows Explorer Keeps shutting down and restarting (VISTA)
Deleted row information cannot be accessed through the row
Powershell Script to Copy Folder Structure from one Server to another.
INSERT INTO ACCESS DB with SQL
SAN SSL certificates for Exchange 2010
What happens if I you close a connection without commiting an open transaction?
DLL kill