I get more filds displayed on a query than selected

A

Artie73

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?
 
R

Rick Brandt

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.
 
Top