C
Craig Ferrier
I have a form which compiles an sql query when entering data into a form - a
public function "RunFilter()". It creates a string "strw". I want to use
this string for another event "after update" event on a option box in the
same form.
if the string length is > 0 then I want to it to run the public function
"RunFilter()"
How do i do this?
Craig
public function "RunFilter()". It creates a string "strw". I want to use
this string for another event "after update" event on a option box in the
same form.
if the string length is > 0 then I want to it to run the public function
"RunFilter()"
How do i do this?
Craig