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 strongm 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 scarter1456

  1. scarter1456

    need help with an IIF statement

    sorry here is the complete statement: IndSoumis = " & IIf(bEstSoumis = True, "1, DateSoumis = '" & Now & "' ", "0")
  2. scarter1456

    need help with an IIF statement

    HI I found the IIF statement that I cannot understand and would like if someone could explain it to me. I think it's incorrect but I'm fairly new to VB6 and SQl. strSQL = strSQL & "UPDATE Soumission SET IndSoumis = " & IIf(bEstSoumis = True, "1, DateSoumis = '" & Now & "' " Thanks in...

Part and Inventory Search

Back
Top