R
rb608
I'm only a geeky Access "hobbyist", i.e. I write applications more for
the enjoyment than for professional productivity; but I recently came
across a function I'd never found before while I was making some
enhancements to one of my company's applications (yeah, every once in
a while I get a chance to do something useful).
As a search criteria in a query, the original author had used an "In"
function. Now, I'd always used the Like function with appropriate
wild card characters when looking for a particular string within a
field; but this query was able to search on multiple strings, e.g.
In("Larry","Moe","Curly").
Not having known of the existance of this handy tool, I went to the
Help screens, but found nothing. So I went to the MSKB and still
found nothing.
What's up with that function? Does it really exist, or is it just a
handy trick that Microsoft doesn't support?
the enjoyment than for professional productivity; but I recently came
across a function I'd never found before while I was making some
enhancements to one of my company's applications (yeah, every once in
a while I get a chance to do something useful).
As a search criteria in a query, the original author had used an "In"
function. Now, I'd always used the Like function with appropriate
wild card characters when looking for a particular string within a
field; but this query was able to search on multiple strings, e.g.
In("Larry","Moe","Curly").
Not having known of the existance of this handy tool, I went to the
Help screens, but found nothing. So I went to the MSKB and still
found nothing.
What's up with that function? Does it really exist, or is it just a
handy trick that Microsoft doesn't support?