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 TouchToneTommy 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 jamesfr

  1. jamesfr

    Vbscript crashes when querying IBM DB2 using ADO ODBC

    What ODBC drivers are you using?
  2. jamesfr

    Running total using check boxes

    If you're using ASP to process the form, try something like: Response.Write Request.Form("NameOfCheckboxElement").Count If you're using multiple names for the checkboxes, say one for each "level", you'd need to add them like Response.Write...
  3. jamesfr

    need to run code once query finished

    Try: Do While Worksheet("ABC").QueryTable(1).Refreshing DoEvents Loop

Part and Inventory Search

Back
Top