Append Queries (with aggregates)

K

ken

I am appending a query into a table. This query happens to be an aggregate
query. I have tried using the agg query as an append, and doing a seperate
append query to put the agg results into the table. In both cases I end up
with missing data in the table. I can run the query and see the correct
results, but when i run it as an append and look in the table, data is
missing.

Does anyone have any ideas why this might occur?

Thanks

ken
 
Top