S
Starr M via AccessMonster.com
How can I make a text box visible using only partial text from a previous
text box
If Me![TEXT] Like "C/O*" Then
Me![Blanktextline].Visible = True
Else
Me![Blanktextline].Visible = False
End If
text box
If Me![TEXT] Like "C/O*" Then
Me![Blanktextline].Visible = True
Else
Me![Blanktextline].Visible = False
End If