Hi,
I hope somebody can help me on this.
Can a unbound textbox control source property be change by code?
What i want to do is to assign the control source of the unbound textbox on a form. The form is bound to a table LaborRate and has multiple columns like T1,T2,T3,T4,T5, T6. I need to unbound/bound textbox control source by a checkbox, that means, when i tick the CheckboxT1, the control source is set the column T1 of that table and if i tick CheckT2 the control source is set to T2 of that table and so on.
It is more than just bound/unbound the textbox, it includes deleting the previous input but lets ignore that for the moment.
Thanks
I hope somebody can help me on this.
Can a unbound textbox control source property be change by code?
What i want to do is to assign the control source of the unbound textbox on a form. The form is bound to a table LaborRate and has multiple columns like T1,T2,T3,T4,T5, T6. I need to unbound/bound textbox control source by a checkbox, that means, when i tick the CheckboxT1, the control source is set the column T1 of that table and if i tick CheckT2 the control source is set to T2 of that table and so on.
It is more than just bound/unbound the textbox, it includes deleting the previous input but lets ignore that for the moment.
Thanks