In datasheet view, a form can display only one subsheet at a time. But the
subdatasheet property can easily be set with VBA code. One possibility: add a
field to your employees form containing either the text "Show Telnums" or
"Show E-mails". Write an event procedure for a click or double-click on this
field that changes the text from one to the other and changes the
subdatasheet property appropriately.

Signature
TedMi
Ricter - 18 Jan 2008 21:17 GMT
Thanks Tedmi,
Which subdatasheet property are you referring to please?
> In datasheet view, a form can display only one subsheet at a time. But the
> subdatasheet property can easily be set with VBA code. One possibility: add a
> field to your employees form containing either the text "Show Telnums" or
> "Show E-mails". Write an event procedure for a click or double-click on this
> field that changes the text from one to the other and changes the
> subdatasheet property appropriately.