:eek: I'm trying to filter my search using a LIKE clause, but it's bouncing back a err msg that a string is required. Any suggestions?
Code:rpt.DataDefinition.RecordSelectionFormula = "{tcts_twy_part_numbers.twy_part_no} LIKE '%" &
gPartNoSearchValue & "%'"
