J
jason
Hi Guys.
I am struggling to alter the text value after I make a control visible.
I get an error saying the control has to have focus.
When I do this I get another error saying that other functions in my VBA
will not function due to this.
It seem simple but what am I doing wrong. Here is the trouble spot - the
second part of my If statement:
If Me.Status.Text = "Vessel Under Offer" Then
Selling_Broker_VUO_ID.Visible = True
Else
Me.Selling_Broker_VUO_ID.Text = "None"
Me.Selling_Broker_VUO_ID.Visible = False
End If
'//-------------------
I am trying to make the control
I am struggling to alter the text value after I make a control visible.
I get an error saying the control has to have focus.
When I do this I get another error saying that other functions in my VBA
will not function due to this.
It seem simple but what am I doing wrong. Here is the trouble spot - the
second part of my If statement:
If Me.Status.Text = "Vessel Under Offer" Then
Selling_Broker_VUO_ID.Visible = True
Else
Me.Selling_Broker_VUO_ID.Text = "None"
Me.Selling_Broker_VUO_ID.Visible = False
End If
'//-------------------
I am trying to make the control