I have summary query (using standard deviation, avg & count functions. Call it sumquery). It is based upon another query (call it listquery) that lists individuals, groups they belong into and individual mean scores. The listquery is based on a table that gets updated prior to my running this process.
I am selecting from my sumquery and doing a select into an output table (call it outtable). But when I look at the outtable after the process is run, it doesn't seem to refelect all the data. It appears that the sumquery was not refreshed after the source of listquery was updated.
Do I need to refresh this query some how. Do I need to run it first or open it or cycle through it before it gets refreshed?
David Pimental
(US, Oh)
I am selecting from my sumquery and doing a select into an output table (call it outtable). But when I look at the outtable after the process is run, it doesn't seem to refelect all the data. It appears that the sumquery was not refreshed after the source of listquery was updated.
Do I need to refresh this query some how. Do I need to run it first or open it or cycle through it before it gets refreshed?
David Pimental
(US, Oh)