which is better?

E

Eric Nelson

I'd like to restrict a set of reports to a certain time
period -- this or that month, quarter, year, etc. Which is
better, to parameterize the report (launching it from a
form), parameterize the query underlying the form, or to
join the table with a table of the pertinent time periods?

Thanks for insight...

Eric
 
J

Jeff Boyce

Eric

Creating a table for each time period will give you more headaches,
downstream, that you can possibly know -- don't do it! That approach is
necessary if your tool is Excel, but you lose the relational database
capabilities of Access if you try to use it as a spreadsheet.

You didn't mention what your data structure or data elements were -- it
might make a difference on how folks advise you...

More info, please...

Jeff Boyce
<Access MVP>
 

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

Top