Wildcard search validation (Regular Expressions) 
Author Message
 Wildcard search validation (Regular Expressions)

I have a form which allows the user to search on a
wildcard input. However, I am having trouble validating
the input as a valid wildcard string.

I can't seem to find any useful help on using regular
expressions within Access 2000 or VB, let alone how I
would could use it to solve my problem.

Can anyone provide any advice or point me to some info ?

Thanks,
Becks



Tue, 21 Jun 2005 00:16:46 GMT  
 Wildcard search validation (Regular Expressions)


Quote:

> I can't seem to find any useful help on using regular
> expressions within Access 2000 or VB, let alone how I
> would could use it to solve my problem.

Look up help for LIKE operator: lots of examples and definitions.

By the way: what database are you using: MSDE/SQLServer has a quite
different syntax from Jet?

Tim F



Tue, 21 Jun 2005 03:04:36 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Search And Replace In IDE - Regular Expression

2. Help - reverse search with VB regular expressions

3. regular expression and file search

4. Regular Expression Search

5. WildCard (?) usage in Data Column Expression Property

6. Regular expressions and VBA

7. Regular expressions and/or pattern matching in VBA?

8. Regular expressions?

9. Using VBScript regular expressions from VBA

10. Perl Style Regular Expressions in VB

11. Using Regular Expressions within Outllok VBA

12. Support for regular expressions?

 

 
Powered by phpBB® Forum Software