Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by brownlb

  1. brownlb

    Wildcards making form objects visible

    Thanks Tony! That's exactly what I needed. So simple, but I never would have figured it out! Blair
  2. brownlb

    Wildcards making form objects visible

    I need to make a few captions and text boxes visible only when there is a *E* in the &quot;Circuit ID&quot; 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...

Part and Inventory Search

Back
Top