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
Substitute function in Excel - Replace a comma by a comma with double quotes around it
SQL Question: Multiple tables and Group By
How do I find what devices a computer or laptop has?
Excel cell show one formula and calculate using another hidden one
Format a text field on MS Report
To get url query string value
What is First Normal Form (1NF)?
Can Windows Server be setup to Send a Trap if a Specified Process Dies?
PHP write permissions
IE 6 Close "memory could not be read" error