Form Filter with % or *

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have 2 access databases, in one a have to use % and in the other *, where
can i configure to use the same symbol for all databases?
 
All SQL-Server databases (MSDE engine) use the percent (%) sign as a
wildcard. Access mdb (Jet engine) use the asterisk (*)
 
Back
Top