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
Sagekey Question
Convert UCHAR[] to System::string
Code retriving duplicated numbers.
Group Policy Object applied but not running
Sub-form Question
Userform hide/show at Specific range
Deadly Script?
Populate Excel Cells from SQL
Solve this backup error, "The storage control block address is invalid."
NT WORKSTATION CHANGE TO NT SERVER FREE!!!