query separation

S

sheetal

What I want to do: Create a query or report that displays last week's
data, and this week's data.

What I have done already: Firstly, I created a tabled that numbers all
dates with a week number. I have two queries. One called "this week"
and the other called "last week". Both are identical, except each
requests a week number, one says last week, and the other says this
week. Then I brought both together with a union query. The result is
last weeks data displayed, and underneath, this weeks data displayed.
So now I have it all in one table. (by the way is there any easier way
i could have done this?)

QUESTION, I want to display this information side by side, so a,
visually its presentable, and b, for comparisons to be made more
easily.

I dont mind if its easier in Report format or query format - but I
don't have a clue on how to do this.

Please help thanks

Sheetal
 
P

Peter Kaufman

How about using subreports - one for each week, and dispensing with
the union query?

Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

SUM in a UNION query 2
Crosstab Query Omitting Some Items 1
Query Weekly Data 2
Spam 4
Year and Week Totals 2
Query Criteria Help 11
report on a cross tab query 1
crosstab query? 12

Top