M
mpfohl
I created a search form that builds the Search SQL depending on what
the user selected
it takes the results of that search and dumps it into a table I
created called "SearchTable", if there is already data in that table,
it just overwrites it.
the only thing it is dumping into that table is a list of ID numbers
I have a report that then opens and produces a report based on those
ID keys
so i basically want to take out that middle man of having a static
table and have the search create the list of ID's and hold in in the
code, then some how pass that to the report
that way, multiple users can run searches at the same time
as it is, only one user can run a search at a time since there is just
one static search table.
how do I do this?
the user selected
it takes the results of that search and dumps it into a table I
created called "SearchTable", if there is already data in that table,
it just overwrites it.
the only thing it is dumping into that table is a list of ID numbers
I have a report that then opens and produces a report based on those
ID keys
so i basically want to take out that middle man of having a static
table and have the search create the list of ID's and hold in in the
code, then some how pass that to the report
that way, multiple users can run searches at the same time
as it is, only one user can run a search at a time since there is just
one static search table.
how do I do this?