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 gkittelson 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. fergiepl

    Dlookup in Query

    I have a query based on a single table. I need to do a dlookup based on a value in the query into another table. For example: Water: DLookUp("[rateleveli]","[tblLUrate]"," [tempcode]=[code]") Tempcode =is in my query code = is in tblLUrate both tempcode and code...
  2. fergiepl

    VBScript/ASP Functions

    Thank you! It is VERY much apprecited. It worked.
  3. fergiepl

    VBScript/ASP Functions

    I can not use the Replace function. I must use the Functions.
  4. fergiepl

    VBScript/ASP Functions

    I am trying to build a simple find/replace code. I can not seem to subtract with the LEFT or RIGHT or MID functions. Can someone please help with the syntax? Thank you <% Dim InputPhrase, FindChar, ReplaceChar, PhraseLength, NewPhrase,PartA,PartB,founda...

Part and Inventory Search

Back
Top