Visible or Invisible Code

  • Thread starter Thread starter Dave Elliott
  • Start date Start date
D

Dave Elliott

I have a Text Box on a form named Text109
Also there is a Text Box named Text107

If Text Box 109 is null (No Value) then I want Text Box 107 to be InVisible
Else Text 107 Visible.

Also on which event should this happen ?
This form has Navigation Buttons, Meaning that you can go to the next
record, etc...
 
Dave Elliott said:
I have a Text Box on a form named Text109
Also there is a Text Box named Text107

If Text Box 109 is null (No Value) then I want Text Box 107 to be InVisible
Else Text 107 Visible.

Also on which event should this happen ?

The form's Current event AND the AfterUpdate event of Text109.
 
Back
Top