Unbound Text Box

M

Marco

Hi Everyone
I have an unbound text box on one tab the calculates the total for 5
different fields. I want to carry that unbound total to another tab and
can't figure out how to do it? I assume that I would use another
unbound text box and reference the first. But How?


Best Regards
Marco
www.classactinsurance.com
 
A

Al Camp

Marco,
Fields that are on a tab (not a subform on a tab) are considered to be on
located on the main form as far as "addressing" is concerned.
An unbound calculated text control called [Score] can be referred to as
=Score on another tab.
 
M

Marco

thank you worked perfectly.... Guess I couldn't see the forest beyond
the trees.

Thank you
 
Top