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 Westi 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: *

  1. sandallj

    VB & API - GetEnvironmentVariable

    I need to return the current value of a variable - not the transient version which this API appears to return. i.e. if the env var is changed since the app was executed the change is not picked up. Any ideas on getting the current value of an env var? Thanks in advance!
  2. sandallj

    asp or sql solution?

    Try something like: sql_unaccounted = "select * from tbl_Inventory where employeenum = '' and partnumber not in (select partnumber from tbl_Inventory where employeenum != '') order by partnumber"

Part and Inventory Search

Back
Top