I need to make a few captions and text boxes visible only when there is a *E* in the "Circuit ID" field.
Here's what I've got.
Private Sub Date_Order_Sent_Enter()
If [Circuit ID] = *E* Then <<<<It doesn't like this line
[ISP Vendor].Visible = True
Combo155.Visible = True...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.