What I would do is add another field that concatenates the fields you want
D1, D2 D3 and then use that as your subject.

Signature
Clay Fox / Microsoft InfoPath MVP
www.InfoPathDev.com / The InfoPath Authority / Downloads, Samples, How-To,
Experts, Forum
> Hi,
>
[quoted text clipped - 14 lines]
>
> I appreciate your help!
xjc8 - 10 Apr 2008 06:58 GMT
What do I need to do to have one field that shows the contents of all these
fields?
I've had a bit of a play and cant seem to find a way to do it.
Thankyou for your help.
> What I would do is add another field that concatenates the fields you want
> D1, D2 D3 and then use that as your subject.
[quoted text clipped - 17 lines]
> >
> > I appreciate your help!
Clay Fox - 10 Apr 2008 17:55 GMT
Use the formula builder
make the default in the field Concat(d1, " ", D2, " ", D3) where you insert
the fied for each D field.

Signature
Clay Fox / Microsoft InfoPath MVP
www.InfoPathDev.com / The InfoPath Authority / Downloads, Samples, How-To,
Experts, Forum
> What do I need to do to have one field that shows the contents of all these
> fields?
[quoted text clipped - 24 lines]
> > >
> > > I appreciate your help!