why do I get all fields from table, not just the ones requested ?

J

Jayjay

Hi,

When I make a request from a table for a specific number of columns, I get
ALL columns in the tabel when running request, not just the ones I have
requested ? Do you know why ?
 
R

Rick B

How are you requesting this data? You'd have to paste your query in here so
we can see it.
 
R

Rick Brandt

Jayjay said:
Hi,

When I make a request from a table for a specific number of columns,
I get ALL columns in the tabel when running request, not just the
ones I have requested ? Do you know why ?

Queries have a property named "Output All Fields". Set that to No.
 
Top