Display value in a control on another form

G

Guest

I have a Main form with an underlying table called Inquiries. This includes a
field called InsuranceValue.
I have several tabbed pages hanging off Main, with subforms handling various
details of each transaction.
One of these is Quotes. I would like to display the InsuranceValue on this
page.
I created a textbox on it and have tried a whole bunch of things in the
Control Source to pull through the value and all I ever get is #Name?
Please, somebody, how should I be doing this!!!
Many thanks
CW
 
A

Arvin Meyer [MVP]

The best way is to display InsuranceValue above the tabs so that it can be
seen no matter which tab one is on. If that is not possible and the subforms
are linked to the main form, the syntax is:

= Forms!MainFormName!InsuranceValueFieldTextboxName
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top