A
an
Hi!
I have a form with a textbox wich is visible only when I choose determinate
option in combobox.
Ex:
If Me.Combo46 = 12 Then
Me.Text210.Visible = True
Else
Me.Text210.Visible = False
End If
When record change and return to last record, the Text210 is not visible but
has data in field.
How is possible to force textbox appear when has data in this field, please?
Thanks in advance.
an
I have a form with a textbox wich is visible only when I choose determinate
option in combobox.
Ex:
If Me.Combo46 = 12 Then
Me.Text210.Visible = True
Else
Me.Text210.Visible = False
End If
When record change and return to last record, the Text210 is not visible but
has data in field.
How is possible to force textbox appear when has data in this field, please?
Thanks in advance.
an