Query results

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have created and ran a query. The query results showed the fields that I selected to be displayed, but when I scrolled to the right, the other fields in my table were displayed as well, even though I did not select them. What am I doing wrong?
 
If they're showing, it means you selected them to be displayed. Post the SQL
of the query here so that we can see what it is. Chances are that you
included a Tablename.* as a field in the query without meaning to do so.

--

Ken Snell
<MS ACCESS MVP>

Kerry S said:
I have created and ran a query. The query results showed the fields that I
selected to be displayed, but when I scrolled to the right, the other fields
in my table were displayed as well, even though I did not select them. What
am I doing wrong?
 
Check the "Output All Fields" Property of the Query.

--
HTH
Van T. Dinh
MVP (Access)



Kerry S said:
I have created and ran a query. The query results showed the fields that I
selected to be displayed, but when I scrolled to the right, the other fields
in my table were displayed as well, even though I did not select them. What
am I doing wrong?
 

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