"Stilla" <(E-Mail Removed)> wrote in message
news:8174520C-B0EE-41F4-8980-(E-Mail Removed)...
> Briefly: Form A being used as a "startup" form. Form B used as a data
> entry
> form. Form A remains open while Form B is being used.
>
> Question: Could I have one unbound field (say "Field1") on Form A, and
> have
> this value show up as part of the header of Form B?
>
> On form B, I tried entering the expression below in the control source
> box...
>
> =[Form A].forms![Field1]
>
> ....but all I get is "#Name?"
>
> Thanks in advance
How about
:
=[Forms]![Form A]![Field1]
Does that work?
--
Dirk Goldgar, MS Access MVP
www.datagnostics.com
(please reply to the newsgroup)