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
Populating ASPX control Target with Web.config value
SQL 2005 Syntax Error 'CREATE USER'
Installing MS-DOS 3.20 in Bochs
GAL does not show when trying to Delegate in outlook 07
SQL syntax error
Asus F3KA Notebook Headphone Jack not working
going from one computer based on xp to new computer with windows 7
When does System.IO.Ports.SerialPort<wbr /> DataReceived event fire?
Getting Data off of a hard drive
VFP 9.0 and Installshield