I have a five textboxes, one containing currency and three containing integers. The fifth one is supposed to have a calculated value based on the other four, like (price * no of units * discount1 * discount2). I´ve done exactly this in an ordinary form, and it worked perfectly without any problem, but when I used the same controls in tab on another form I get #Name? in the calculated control.
Is there anything special I need to do to use the value of controls in a tab control? Is this something that anyone else has encountered?
Thanks in advance,
/Linus
Is there anything special I need to do to use the value of controls in a tab control? Is this something that anyone else has encountered?
Thanks in advance,
/Linus