Hiding coloumns in query results..

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

Guest

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?
 
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
==========================
 
Back
Top