D
dymondjack
Hi again and TIA
Does anyone know how to toggle a forms control box via code? I have a 'high
security' form and the user needs to unlock the record before changing any
values. I would like to be able disable the control box while the record is
unlocked (or at least the close button, I'm not all that much concerned with
min/max), and enabled when the record is saved and returned to its normal not
dirty state.
I thought that Me.ControlBox = False would work, but I get an error saying
that I cannot assign a value to this property.
Online searches seem to return only information on setting the Access window
close button, rather than specific forms.
Any ideas?
Thanks
--
Jack Leach
www.tristatemachine.com
- "A designer knows he has reached perfection not when there is nothing left
to add, but when there is nothing left to take away." - Antoine De Saint
Exupery
Does anyone know how to toggle a forms control box via code? I have a 'high
security' form and the user needs to unlock the record before changing any
values. I would like to be able disable the control box while the record is
unlocked (or at least the close button, I'm not all that much concerned with
min/max), and enabled when the record is saved and returned to its normal not
dirty state.
I thought that Me.ControlBox = False would work, but I get an error saying
that I cannot assign a value to this property.
Online searches seem to return only information on setting the Access window
close button, rather than specific forms.
Any ideas?
Thanks
--
Jack Leach
www.tristatemachine.com
- "A designer knows he has reached perfection not when there is nothing left
to add, but when there is nothing left to take away." - Antoine De Saint
Exupery