Hiding coloumns in query results..

V

Varun Nair

Hi,

I have opted not to show a coloumn in the results screen of a query. When I
go back to the design view, i cannot see the field there. Can any one help me
out on this?
 
O

Ofer

If you don't see the field in design view, but you can see the field in the
query output, mybe you have the selection of all fields from the table

Select TableName.* From TableName

In that case remove the select * and add each field to the query that you
want to display
==========================
 
Top