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
Microsoft Vista SystemPropertiesComputerNa<wbr />me at Logon?
need to fix warn
System.OutOfMemoryExceptio<wbr />n when filling dataset with 655,000 rows - need workaround!!
Exchange 2007 Autodiscover & OAB & OOF not working anymore
Wallpaper GPO Issue
Long SQL String is Wrapping and Not Running in Access VBA
How does DBCC test the integrity of a database?
Table of contents not bold
Create Pie Chart in Excel 2007
Delphi to VB.NET