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
Index on a table
Drive visible in Disk Management, but not in My Computer
Microsoft Access Maximum Objects is 32768. What objects are counted?
Cell with date shows as numeric ..
laptop screens brightness, compatibility other
Reset user's password VBA
Sort by short month name in the Tablix
Import a TXT file with >255 fields into Access 2003
sony pc vaio PCV-RS all CD/DVD error code 39
Access 2003 Queries wrongly prompting for parameters