Hi,
I have some code that runs on Form_Load()
It basically uses a case statement to say if a value in a combo box equals one set of values then make somethings visible and invisible, and for all other values make some other things visible and invisible.
The problem I have is that I have defined the variable as a String and if the combo box does not yet have a value when it loads, which is quite likely then it will return an error - "Invalid Use of Null".
Can anyone help to see any way around this?
Thanks,
Dan
I have some code that runs on Form_Load()
It basically uses a case statement to say if a value in a combo box equals one set of values then make somethings visible and invisible, and for all other values make some other things visible and invisible.
The problem I have is that I have defined the variable as a String and if the combo box does not yet have a value when it loads, which is quite likely then it will return an error - "Invalid Use of Null".
Can anyone help to see any way around this?
Thanks,
Dan