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
Page setup is greyed out in SSRS
Export Datagrid to excel
How to increase HEAP Memory on Windows 2003?
UNDO operation at SQL SERVER 2008 from log files
Publisher cannot be verified
Shell versus Double-Click
ISA Firewall - Open port 81 to Webserver on the Server
Can I use a hard drive and a enclosure to backup a Win98 computer?
IPSEC
how to calculate buisness day : hours : including saturdays and excluding public holidays ,lunch break and sunday