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 distribute the Calendar 11.0 control
ActiveSync will not provision devices, even when it is configured to allow non provisonable devices
ASP.NET change input value on button click from code behind
"Save As" dialog box - Capture "Cancel" button click event.
Revoked Certificates publication issue
Excel toolbar
HTTP_500 Error in SBS 2003 Exchange ActiveSync - FolerSync Step
referring to a form instance in front-end database
Toolbars and menu bar not visable after restore
WinXP Offline Files - Disaster Recovery