Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Report Format - 2 differen dates - Difficult

Status
Not open for further replies.

net123

Programmer
Oct 18, 2002
167
US
MS Access Experts:

I'm trying to create a report from 2 queries which come from 2 corresponding tables, mind you that these 2 data sets are unrelated.

This is more-or-less the format I would like my report to be like:

====================================

Report: Between 06/01/2003 to 06/06/2003

Table1_Setups Table2_Setups

6/1/03 12 3
6/2/03 27 7
6/3/03 23 6
...

Total: 62 16

====================================

For example, I have already figured out that on the Report Footer, it should be 'Total: =Count([xID]) =Count([yID])', where xID and yID are unique identifiers for their tables.

But how does one figure out the middle and where does it go? I am having difficulty especially b/c the Dates from table1 and table2 are set different, i.e. xDate and yDate (not related at all).

Thanks in advance!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top