Make Table Query???

  • Thread starter Thread starter blc20
  • Start date Start date
B

blc20

I have several tables, each being a month's worth of
data. I need to be able to produce a report spanning a 6
month period, with the user being able to chose the 6
consecutive months.

Can I use a Make-Table query to pull the data from each
month (or should I have one table that has ALL months in
it) or do I have to use code?

I've thought about this one for 3 days with no luck...

TIA,
Brenda
 
ONE table with a date field in it. Then use a query that pulls all data
BETWEEN a beginning and ending date.
 
Back
Top