Watermelon
Programmer
Hi,
Does anyone know if it's possible to us a wildcard character
with the apply filter method? I tried this code below and I haven't had any luck.
DoCmd.ApplyFilter , "Model = 'txtKeyword*'"
The txtKeyword above refers to a textbox on my form
Thanks a ton for any help,
TM
Does anyone know if it's possible to us a wildcard character
with the apply filter method? I tried this code below and I haven't had any luck.
DoCmd.ApplyFilter , "Model = 'txtKeyword*'"
The txtKeyword above refers to a textbox on my form
Thanks a ton for any help,
TM