How do I get a partial match?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tkip
    New Member
    • Aug 2008
    • 16

    #16
    Try using the keyword "like" in your query.

    "WHERE table1.recordID Like "*" Forms![InputForm]!cmbRecordID "*" "

    May be that's what you are looking for.

    Comment

    • NeoPa
      Recognized Expert Moderator MVP
      • Oct 2006
      • 32636

      #17
      Originally posted by tkip
      Try using the keyword "like" in your query.

      "WHERE table1.recordID Like "*" Forms![InputForm]!cmbRecordID "*" "

      May be that's what you are looking for.
      I see where you're going, but I don't think this would work in the current situation.

      We always welcome any and all attempts to help out though - Welcome to Bytes!

      Comment

      Working...