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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.