Mass setting of Property (1 Viewer)

LHolden

Registered User.
Local time
Today, 09:56
Joined
Jul 18, 2012
Messages
73
Hi all,

I have a number of fields on a form which are divided into three groups. I'm trying to get the OnLoad vba for the form to make certain groups invisible depending on criteria for the individual client loaded.

The groups are controlled by 3 invisible text boxes which draw their Yes/No data from the main table. For example if client A has a yes for 1 but a no for 2 and 3, I want only the fields associated with 1 to be visible.

I currently have a number of If/ElseIf statements in the OnLoad property of the form, but they don't seem to be working. Any help would be greatly appreciated.
 
Last edited:

LHolden

Registered User.
Local time
Today, 09:56
Joined
Jul 18, 2012
Messages
73
Got it. I just moved the If/ElseIf statements from the OnLoad of the form into the button that opens the form. Thanks for the videos though :D
 

Users who are viewing this thread

Top Bottom