"My Fucntion()"

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Haggr via AccessMonster.com

    "My Fucntion()"

    "My Fucntion()" will return a string value of lxb114 for a query field with
    a string of xlb114r. So my question is how to text that Function in the
    immediate window of the module? Tried ?(xlb114r)

    --
    Message posted via http://www.accessmonster.com

  • Smartin

    #2
    Re: "My Fucntion()&quot ;

    Haggr via AccessMonster.c om wrote:
    "My Fucntion()" will return a string value of lxb114 for a query field with
    a string of xlb114r. So my question is how to text that Function in the
    immediate window of the module? Tried ?(xlb114r)
    >
    try maybe

    ? MyFunction("xlb 114r")


    --
    Smartin

    Comment

    Working...