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
how to create tables in SQL Server 2008
Internet Explorer 8 in Windows 7 does not display page
DDE Server Window: MSAccess.exe - Application Error
form set focus vb.net
Use range of Cells as criteria for Excel Query
Custom Order By
Best Registry Cleaning Program?
Problems saving an excel workbook in Access vba
win7 most recent documents
Sharepoint How do I change Web Part Title?