VB to hide field when [Me] is displayed....?

P

Petra

The project managers asks, "Can you hide [this] field [FileGradeDescription] when the Dashboard [Current Form] is displayed (but make it visible when a file record is displayed?" The field is a subform and wouldn't work with conditional formatting...is there VB that will come close to his requirement?
 
A

AlanInBradford

Hi Petra,
Go into design view of your dashboard.
Change format properties of the unwanted field so that the "Visible" option is set to No.
 
A

AlanInBradford

This doesn't affect the forms being displayed, just the field on the form.


Petra said:
Thank you...will this allow the subform to be displayed when a record is displayed as well?

AlanInBradford said:
Hi Petra,
Go into design view of your dashboard.
Change format properties of the unwanted field so that the "Visible" option is set to No.


Petra said:
The project managers asks, "Can you hide [this] field [FileGradeDescription] when the Dashboard [Current Form] is displayed (but make it visible when a file record is displayed?" The field is a subform and wouldn't work with conditional formatting...is there VB that will come close to his requirement?
 
Top