hi all,
in my form i have a unbound text calculating different fields and i put a code in the form to transfer to the bound text as follows;
me.text0 = me.text
my problem is when the unbound text calculate the field the bound text is not changing/updating. its only changing/updating if you go to design view and go back to a form view and its working.
but the code is useless if everytime i calculate a field i go always to design view and go back again to form view just only to update my bound text.
in my form i have a unbound text calculating different fields and i put a code in the form to transfer to the bound text as follows;
me.text0 = me.text
my problem is when the unbound text calculate the field the bound text is not changing/updating. its only changing/updating if you go to design view and go back to a form view and its working.
but the code is useless if everytime i calculate a field i go always to design view and go back again to form view just only to update my bound text.