Query result displays NON selected fields

  • Thread starter Thread starter Fresh_acorn
  • Start date Start date
F

Fresh_acorn

In Access 2007, I have a multi-table query with a few selected fields from
each table. Trouble is, the answer table shows every field from every table.
How can I get a result with ONLY the fields I've check marked in the query?
In the Access "options" menu I've deselected the "show all fields" box.
 
Go into the area where you drop tables, right click to get properties, and
set output all fields to no.
 
In Access 2007, I have a multi-table query with a few selected fields from
each table. Trouble is, the answer table shows every field from every table.
How can I get a result with ONLY the fields I've check marked in the query?
In the Access "options" menu I've deselected the "show all fields" box.

Open the query in SQL view. If there are any asterisks in the SELECT clause,
remove them.
 
Thanks! That did the trick!

Golfinray said:
Go into the area where you drop tables, right click to get properties, and
set output all fields to no.
 

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

Back
Top