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!

Simplify a process

Status
Not open for further replies.

wxkeep

Programmer
Jul 5, 2005
57
US
For the past year I have been responsible for a database at work. In the beginning it simply kept track of loan applications (date, score, name, source, decision, etc). And I had one report that would show all the applications as well as summary numbers (total amt approved, avg credit score, etc) that pulled all of its data from a query that was dynamically built by some code to determine what date range we wanted to look at.

Since then, this thing keeps developing. The form used to just let you tell it the date range (and use it to create the sql for the query) and it would open the query, close the query, and then open the form. Now, you can select whether you want all the loans listed or if you just want a summary (The summary was always a sub report of the main report). So, now - there is a report that shows the dynamically created page title. And it includes two sub-reports - one for the details, and one for the summary. Well, to give the option - I created a nother main report that only includes the summary sub report and the code determines which of these two reports to open.

Now its getting even more complex with more options to display on the report. So, what I'm wondering - is there a way for me to simplify my reports? To have one main report - that includes 4 or 5 subreports (maybe with one of those sub reports including a sub report itself) and somehow dynamically determine whetheror not to show those given subreports in the main report. Without having to make a report for each combination of displayable data and have the code determine which one to open. I'm trying to clear things up a bit. suggestions?
 
suggestions?
Yes, ask in the Access Reports forum: forum703

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
 
It won't post. I click submit post - and it doesn't do anything...I'm confused.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top