onload Change columns shown

S

Stephen Lynch

Is there a way to programatically only show the fields based on the
recordset on a datagrid.

For example, I have a subform that has a grid and on some screens I want to
show certain columns and others not.
 
S

Stephen Lynch

Figureed it out - hide column on load:

Forms!frmPlansMain![frmtblContributionssub].Form![PlanID].ColumnHidden =
True
 

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