I get more filds displayed on a query than selected

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

Guest

I am getting all fields from a table displayed in a query even thogh I have
selected only a couple. How do I display only the fields wanted?
 
Artie73 said:
I am getting all fields from a table displayed in a query even thogh
I have selected only a couple. How do I display only the fields
wanted?

The query has a property named "Output All Fields" . Set that to No.
 
Back
Top