D
Dan
I am trying to format a variable passed from a FP form to
an Access DB. None of the typical SQL formats seem to
work in FP passeding variable. Example.. Passing a text
variable requires the the variable be encased in double
colons> ::name:: . This works but I cannot get any kind
of string search to work no matter how I format. I've
tried WHERE (lastname LIKE ::name%:
and every other
variations I can think of... I need help with formatting
these FP variables...
an Access DB. None of the typical SQL formats seem to
work in FP passeding variable. Example.. Passing a text
variable requires the the variable be encased in double
colons> ::name:: . This works but I cannot get any kind
of string search to work no matter how I format. I've
tried WHERE (lastname LIKE ::name%:
variations I can think of... I need help with formatting
these FP variables...