limiting viewable columns in datasheet view

C

ChasW

I have a form that allows a datasheet view and a form view of a query.

Is it possible to limit the viewable columns in the datasheet view?

Right now, in addition to the columns I want, I am also getting some
text box names like Text36, etc.

Thanks for any tips or suggestions.
Chas
 
G

Guest

Open the form in design view and delete the controls for the fields you don't
want to include.
 
C

ChasW

Open the form in design view and delete the controls for the fields you don't
want to include.

I want ALL of the controls included in the form view, so if i delete
anything, I will be breaking the form, won't I?

I am seeking to limit what is viewable only in the dataset view of a
given query subform.
 
G

Guest

True, but you did not make that clear in your original post or I did not
understand correctly.

Look up the ColumnHidden property in VBA Help. I think it will get you what
you need.
 

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

Top