Page 1 of 1

Lookup and Display

Posted: 24 Sep 2014
by darwood
I've created a form with 2 tabs.

I'd like to display the PO Number (example) field on both tabs

Can that be done?

I was thinking that I could create another field named 'PO Number 1' and then display that field in 'Tab 2' and then use 'Get', to get the value of the 'PO Number' field from 'Tab 1' to display the value.

Thoughts please

Re: Lookup and Display

Posted: 25 Sep 2014
by Dmitry Kozlov
Hi,

I'd recommend to create a calculated field with formula '=[PO Number]' and put it into Tab2. Or do you mean, you need to edit it in both tabs?

Re: Lookup and Display

Posted: 25 Sep 2014
by darwood
That worked just fine.

Thank you