Pattern matching in VB code?

  • Thread starter Thread starter mscertified
  • Start date Start date
M

mscertified

Is there any capability to match data input with a pattern in VB code? I want
to compare user input with a pattern and return a match or not. I do not want
to do this via an input mask on a form.
 
I'm not sure if this is what you're looking for, but this sample:
http://www.rogersaccesslibrary.com/...on Validator (RegularExpressionValidator.mdb)'

Shows how to implement regular expressions in Access.

If the above link doesn't work, try this:
http://www.rogersaccesslibrary.com/OtherLibraries.asp#Connelly,Marty

--
--Roger Carlson
MS Access MVP
Access Database Samples: www.rogersaccesslibrary.com
Want answers to your Access questions in your Email?
Free subscription:
http://peach.ease.lsoft.com/scripts/wa.exe?SUBED1=ACCESS-L
 
Back
Top