How can I set up the same report using different tables in Access

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Each month I type information into a table. The data in the table is
different from month to month, but the report is essentially the same. How
can I utilize the same report, but with a different table each month?
 
You shouldn't have a separate table each month. Instead, you should have one
table, with a Month column in it. Then, you can create a query that prompts
for the month, and only returns that month's worth of data.
 
You can change the source of data. In design mode, click on the gray square
left of the ruler(little black box will appear). Right click to get
properties and in either the Data tab or All tab, change the Record Source
to the table you want.
 

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

Back
Top