how to add a field to a form

G

Guest

Hi,

I need to add a field from a table i have not yet included into an existing
form... I cannot use the field list as it only offers fields from tables
previously included in the form. How can I add fields from a table i have
never used for a form before without having to start designing a form from
scratch again?
 
R

RBear3

The field list will include all the fields in the form's record source. The
form is most likely using a query (not a table) as the record source. If
that is the case, add the field to the query first, then it will appear in
your field list.
 

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