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
web enabled infopath form not able to fetch the data from SQL Server
MS Office 2003 - Please Insert Disc
Installing Enterprise Library 3.1 generates "Unable to get installer..." error
sum and match result in table
Outlook 2007 client trying to download wrong default OAB
BSOD errors that I can't track down!! <---- n00b alert!!
FileZilla FTPS, Cisco ASA - 425 Can't open data connection.
Access Based Movie Manager that Pulls Information from the IMBD
MS Access custom help screens
website link takes me to the wrong website