I have a form with a textbox that has visibility = false.
When i click a button i want the visibility to change. I have tried allmost everything possible. The visibility doesnt change before i close the form and reopen it. I have the visibility = false if the value in the texbox is Null, and visibility = True if the textbox is not Null.
The value in the textbox changes, but the visibility doesnt. I've tried refresh and requery in all possible combinations, but i dont get this working.
Can someone help me here?
I'm starting to suspect this isn't supposed to be possible.
When i click a button i want the visibility to change. I have tried allmost everything possible. The visibility doesnt change before i close the form and reopen it. I have the visibility = false if the value in the texbox is Null, and visibility = True if the textbox is not Null.
The value in the textbox changes, but the visibility doesnt. I've tried refresh and requery in all possible combinations, but i dont get this working.
Can someone help me here?
I'm starting to suspect this isn't supposed to be possible.