Question about adding a field to a query/form

K

King Kaos

I have two table that make a query, and a form based on the query. I added
a field to a table (one that is not linked to anything in the second table),
then added it to the query - but when I go to the form - it does not provide
the field in the field list. what am I doing wrong.

Keith
 
J

John Vinson

I have two table that make a query, and a form based on the query. I added
a field to a table (one that is not linked to anything in the second table),
then added it to the query - but when I go to the form - it does not provide
the field in the field list. what am I doing wrong.

Keith

Open the Form in design view; view its Properties; and check the
RecordSource property. It might not know about the new field. Click
the ... icon by it to open a query design window, where you'll be able
to add the field.

John W. Vinson[MVP]
 
B

Beeker

In the query under 'Show', if you uncheck this box the field will not show up
in the 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