G
Guest
I have a form in which the user selects search criteria and enters values for
that criteria. I can use that to build a select sql string easily enough but
after this I seem to be having a mental blank. Should I use the sql string to
generate a recordset, or should I store it as a query object (overwriting say
a generic query) and execute the query object. Whatever the method I want to
display the result in a datasheet format.
Thanks
Peter
that criteria. I can use that to build a select sql string easily enough but
after this I seem to be having a mental blank. Should I use the sql string to
generate a recordset, or should I store it as a query object (overwriting say
a generic query) and execute the query object. Whatever the method I want to
display the result in a datasheet format.
Thanks
Peter