Hi all!
I have a report that displays many different types of information (employee info, department info, key info, etc.) Each Record in the query that is the source of my report contains 30-40 fields (pulled together from several different tables). Anyway, i would like to give the user control of what info they would like printed on the report (perhaps they only want to see employee info and department info for that employee). I tried using subreports for each different type of info. This worked well and showed what i wanted it to show, except that with 5 different types of info, the report had to query 5 times for each record. This made the report extremely long to compute. I am looking for ways to speed that up (i.e. perhaps not using subreports, but rather just turning on/off groups of data). Currently i am using tab controls (to keep the relevant data together – i only have to make the tab control appear/disappear instead of all the controls). I got it to make the data appear/disappear depending on which options i selected, but that just leaves gaps in my report. Any Ideas?
i apologize if this is difficult to understand…
Thanks in advance