Make subform control invisible

A

Akilah

Is the a way from the main form to make a control on its subform invisible?
Thanks in advance.
 
D

Damon Heron

However, on a datasheet, you can hide the control column by:

Me!YourSubFormName.Form!YourControlName.columnhidden = -1
then unhide by -- columnhidden = 0

Damon
 
A

Akilah

Thanks, this works well.

Damon Heron said:
However, on a datasheet, you can hide the control column by:

Me!YourSubFormName.Form!YourControlName.columnhidden = -1
then unhide by -- columnhidden = 0

Damon
 

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

Similar Threads


Top