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
==========================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top