View Single Post
  #2  
Old June 4th, 2010, 11:10 PM posted to microsoft.public.access.queries
Jörn Bosse[_3_]
external usenet poster
 
Posts: 20
Default A field (string) is into other field (string)

Am 05.06.2010 00:03, schrieb Victor2020:
Using 2 tables I want to get the rows that match where the content of the
field (string) is equal or is into other field (string) from other table.


You can use the StrComp-Function
http://office.microsoft.com/en-us/ac...289141033.aspx

or the InStr-Function
http://office.microsoft.com/en-us/ac...288571033.aspx

in a query.

Regards
Jörn