matching on first 4 characters of a field

  • Thread starter Thread starter Lawrence
  • Start date Start date
L

Lawrence

I need to match two fields (first name) but I only want to
consider the first 4 characters of each field for the
match to be true. Is there a way to do this?

Lawrence
 
You can remove the join lines and set the criteria under
MatchIt:Left(FieldA,4)
Left(FieldB,4)
 
Thanks, Duane, worked like a charm.
-----Original Message-----
You can remove the join lines and set the criteria under
MatchIt:Left(FieldA,4)
Left(FieldB,4)

--
Duane Hookom
MS Access MVP





.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top