join summary queries ??????

C

claire

How can Join information in Several different summary
queries without the qty columns being altered in any way.
Or do i have to keep info separate. Or export to another
database? with each query as a table? Really struggling
with this one
 
M

Michel Walsh

Hi,



I would run a select query (probably with a GROUP BY, technically, that
makes it a "total query" ) for each summary. A select query, does not modify
the data in the table.


Hoping it may help,
Vanderghast, Access MVP
 
Top