X xolo Registered User. Local time Today, 23:50 Joined May 6, 2009 Messages 34 Dec 22, 2009 #1 Is it possible to use "LIKE" with DoCmd.FindRecord? I am trying to find record(s) on a form that meet some criteria called from a pop-up dialog box.
Is it possible to use "LIKE" with DoCmd.FindRecord? I am trying to find record(s) on a form that meet some criteria called from a pop-up dialog box.
John Big Booty AWF VIP Local time Tomorrow, 02:50 Joined Aug 29, 2005 Messages 8,262 Dec 22, 2009 #2 I believe that you can achieve the same result by setting the Match option of the Docmd.FindRecord command to acAnywhere
I believe that you can achieve the same result by setting the Match option of the Docmd.FindRecord command to acAnywhere