D
Dragon
My database is used to track shipping and receiving for a warehouse with five
separate areas. The daily report needed has a breakdown by area and domestic
or export shipping.
To simplify the report, I would like to export my various query results into
another table with all the information (calculated totals for each parameter
as well as a few fields of user inputted data). This would be stored in a
single record by day.
Most everything I read says storing results of a query isn't a good idea, if
there is another viable solution, I'm open to suggestions.
separate areas. The daily report needed has a breakdown by area and domestic
or export shipping.
To simplify the report, I would like to export my various query results into
another table with all the information (calculated totals for each parameter
as well as a few fields of user inputted data). This would be stored in a
single record by day.
Most everything I read says storing results of a query isn't a good idea, if
there is another viable solution, I'm open to suggestions.