I am creating a report where I need to allow the user to enter part of the business name or the whole name, how can add a wildcard to the record selection formula editor. I have tried like * but I got error messages or the parameter did not work. This is my formula
TRIM({table.fieldname}) = {?Business Name}
AND
{table.fieldname} = 1110.00 and
//review approved
{table.fieldname} = 1 and
//permit issued
date({table.fieldname}) <> DateTime (0, 0, 0, 0, 0, 0)
Thanks,
Angie
rio826 (BOB member since 2009-07-20)