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 John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: newbyvba
  • Content: Threads
  • Order by date
  1. newbyvba

    Why won't my validation run?

    I've put a * in the fields that I want filled in. I've put this code and nothing validates... any ideas? its like there's no validation on there at all!! Private Sub Form_BeforeUpdate(Cancel As Integer) ' check field for * in tag and check if text entered and provide error Dim Msg As String...
  2. newbyvba

    Is there a better way of doing an IF (with multiple ors)??

    I’m popping a bit of code behind a combo box called comboobjective on a form. If the user chooses certain objectives numbers, I want one text box to become visible, but if they pick any one of another list of values, then the other text becomes visible. The IF does it (as I’ve put below) but...
  3. newbyvba

    Found this on here but getting compile error??

    I wanted some code to verify users had entered info in some fields on a form. This code looks perfect but i'm getting an error saying: compile error: next without For... whats wrong please? Dim Msg As String, Style As Integer, Title As String Dim DL As String, ctl As Control DL =...

Part and Inventory Search

Back
Top