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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Pattern Matching

Status
Not open for further replies.

drkestrel

MIS
Sep 25, 2000
439
GB
I saw in a MSDN article of doing pattern matching in VB.
It's from an article entited "Regular Expression" by Mike McMillan from "Visual Basic Developer, Pinnacle Publication"

It details the use of
Code:
RegExp
objects with properties like
Code:
Pattern
.
Unfortunately, in VBA for Access, I fail in trying to just declare a
Code:
RegExp
. What object libraries under Tools->References do i need for this?
 
I wasn't even aware of that...that's cool stuff. I'm going to look into it, but if you do find out could you post the info here? I'd definetely like to know about that one...=]
Good luck!



xtreme1
rbio@excite.com

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top