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
Can not import emails from Outlook Express to Outlook in Windows Vista
How to read field names from an XSD file.
Replacing OCX Controls used in Microsoft Access 2007
How do I create a DLL for my VB.NET 2008 application?
How to Programmatically Add Metadata to Windows Files
NETWORKDAYS substitute
Magic Table
Hide Datasheet View Using Docmd.Openquery
How to remove "lock code" security from exchange 2007 for active sync
Help building a server to host virutal machines