M
Maria Joao
I need the form to make visible a label under certain conditions:
If IsNull(Alterações) = False Then
Label35.Visible = True
Else
Label35.Visible = False
End If
The only problem is that the label is visible in all the records that
apppear on the screen, and I want it to become visible only for the records
where the field "Alterações" is not null.
Can you help me with this?
Thanks
Maria Joao
If IsNull(Alterações) = False Then
Label35.Visible = True
Else
Label35.Visible = False
End If
The only problem is that the label is visible in all the records that
apppear on the screen, and I want it to become visible only for the records
where the field "Alterações" is not null.
Can you help me with this?
Thanks
Maria Joao