J
JLPerez
This is the scenario:
1. User run a sql query from a form where they select different fields
and/or criterias. This portion is working great.
2. The query result is called "Dynamic_Query". The user might need to save
this query for further updates or review. From a viewing form of this query,
I have a button where they could save the results into a table with whatever
name they want. (Not sure how to do that..)
3. That new table should be retrievable and users should be able to
update/print reports, etc. I would like to create like a list of those tables.
4. User can Modify any of the fields and ADD new information Once the user
gets the reports printed, that table should UPDATE the fields of the mainDB
where the result-query was done. After the update, the temp table should be
deleted from the system.
My thoughts are to create a "dump" table with forms and reports with the
same structure than the query-results and the mainDB and rename that table
with whatever name they choose.
Any input in the best way to implement this would be greatly appreciated.
Thanks
1. User run a sql query from a form where they select different fields
and/or criterias. This portion is working great.
2. The query result is called "Dynamic_Query". The user might need to save
this query for further updates or review. From a viewing form of this query,
I have a button where they could save the results into a table with whatever
name they want. (Not sure how to do that..)
3. That new table should be retrievable and users should be able to
update/print reports, etc. I would like to create like a list of those tables.
4. User can Modify any of the fields and ADD new information Once the user
gets the reports printed, that table should UPDATE the fields of the mainDB
where the result-query was done. After the update, the temp table should be
deleted from the system.
My thoughts are to create a "dump" table with forms and reports with the
same structure than the query-results and the mainDB and rename that table
with whatever name they choose.
Any input in the best way to implement this would be greatly appreciated.
Thanks