Subform Columns

G

Graham Naylor

I have a basic Form with a Subform. The subform has the Default View of
Datasheet.

Is it possible to hide/unhide columns in the datasheet from code in the "On
Current" routine of the Main Form. If so How?

Thanks

Graham
 
K

Ken Snell

No, in a datasheet view, all the fields (columns) are visible. You could use
the continuous forms view of the form and design the controls so that they'd
look the same as a datasheet, and then you could hide / unhide "columns".
 

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