Access

  • Thread starter Thread starter Guest
  • Start date Start date
"add" as in perform math? Or "add" as in place additional fields in an
existing form?

Since you posted such a vague question, you will only get a vague answer.

To perform math, create a new unbound field in the form. Put something like
the following in it. Guve us your specifics if you need a more specific
answer...

= [SomeField] + [SomeOtherField]


To add an additional field, simply open the form in design-view and drag the
field from the field list into your form. If the field is not listed, you
need to first add it to the query upon which the form is based.


Rick B
 
Back
Top