R
Rohan via AccessMonster.com
I have a form that I want to lock when the form opens, so in the open event I
set the items to
me.textfield.locked = True
me.combo.locked = True
All of the items have Locked as a property in the properties window, but only
some of them have
it in the vb code. The code gives me a 'no method or property' error.
Can someone help ?
Rohan.
set the items to
me.textfield.locked = True
me.combo.locked = True
All of the items have Locked as a property in the properties window, but only
some of them have
it in the vb code. The code gives me a 'no method or property' error.
Can someone help ?
Rohan.