C
CaptainWillard
I'm trying to find the Access versions of the functions to determine
if a character in a string is A-Z or 0-9. I can't seem to locate the
functions in the help file. In a perfect world., Access would have a
function like ISTEMPLATE, which would work as follows:
ISTEMPLATE("A999A99", strField1) which would return T for
strField1="D102X34" and F for strField1=""D1023X4". Is there any
function like that, or any functions for matching strings by character
type? Thanks in advance for any help.
if a character in a string is A-Z or 0-9. I can't seem to locate the
functions in the help file. In a perfect world., Access would have a
function like ISTEMPLATE, which would work as follows:
ISTEMPLATE("A999A99", strField1) which would return T for
strField1="D102X34" and F for strField1=""D1023X4". Is there any
function like that, or any functions for matching strings by character
type? Thanks in advance for any help.