You do not need to add a field to the view in a form to be able to use it. If
you are just using the field as a "helper field" remove it from the view in
the form, but leave it in your main data source. You can access it through
code and when you print out the form it does not show up, because it is not
physically on the view of the form.
---
S.Y.M. Wong-A-Ton
> Hello,
>
[quoted text clipped - 12 lines]
>
> Robert
SandraAJones - 16 Feb 2006 22:16 GMT
An alternate way to handle this is to create a "Print View" that leaves this
field out of the view, but is only called when the form is sent to a printer.

Signature
Sandra
> You do not need to add a field to the view in a form to be able to use it. If
> you are just using the field as a "helper field" remove it from the view in
[quoted text clipped - 20 lines]
> >
> > Robert