Hi,
I'm wondering if anyone can tell me if their is a DML command for the
filter function. I would like to use this command in a form to search for a
group of records. I would also like to be able to enter the search
parameters for the filter.
Judd Pape
A Little Note – via Whap!
Judd, basically what you want are the SELECT / END SELECT commands. Inside
the SELECT you use WHERE <conditions>, ORDER, etc to further define exactly
what you want…. Just input your search parameters first in a requestor
(var) and use that var in the SELECT section to allow the user to control
it…. hope this helps.
–jp–seattle–