Hi again to all,
I am trying to set up a form that I can reuse in different situations, allowing and not allowing data entry depending on the switchboard button chosen.
I have a button on the Switchboard to open the form in data entry mode. I have another to open it in Read Only. Problem is, I'd like to enable one control for entry, while locking out the rest. It seemed opening in Read Only was a quick way to lock up all controls, until now, when I want to open one up.
Is my only choice to specify on the click event which controls to lock and unlock one at a time? This form has textboxes, and comboboxes, so am not sure how a loop would be able to handle this.
Thanks in advance,
Tru
I am trying to set up a form that I can reuse in different situations, allowing and not allowing data entry depending on the switchboard button chosen.
I have a button on the Switchboard to open the form in data entry mode. I have another to open it in Read Only. Problem is, I'd like to enable one control for entry, while locking out the rest. It seemed opening in Read Only was a quick way to lock up all controls, until now, when I want to open one up.
Is my only choice to specify on the click event which controls to lock and unlock one at a time? This form has textboxes, and comboboxes, so am not sure how a loop would be able to handle this.
Thanks in advance,
Tru