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
Datagrid selection change on mouseove
How do I setup Windows 2003 Site and Services to force users to logon certain Domain Controllers
Can i promote w2003 member sever with exchange 2007 to domain controller
gunzip
Why is appendOnly CRecordset readOnly
How to use /AUXSOURCE= flag to retrieve descriptions of errors in Event viewer
Windows 7 Licensing
Text Cursor Starts At Top of Page in Microsoft Office 2003
WIndows 2003 Server Cluster without any External Storage
.net User Control Events