473,387 Members | 1,575 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Merging different reports (with parameters) into one

Hello, I need some help on this.

I have developed an Access Form to make different report according to time period, selections, groups, user, ID and states. Now I need to create a general report that is composed of different selections. Each report has a VBA function at load time that creates complex query and set the RecordSource.

I tried to used subreports inside one general report, but cannot find a place to put the parameters. I cannot use public or global functions since they should change for each sub report.

Any hint?

Thank you
Feb 12 '08 #1
1 1190
puppydogbuddy
1,923 Expert 1GB
Hello, I need some help on this.

I have developed an Access Form to make different report according to time period, selections, groups, user, ID and states. Now I need to create a general report that is composed of different selections. Each report has a VBA function at load time that creates complex query and set the RecordSource.

I tried to used subreports inside one general report, but cannot find a place to put the parameters. I cannot use public or global functions since they should change for each sub report.

Any hint?

Thank you
The query is the record source for your report, so reference the controls on your parameter form in the criteria row of the applicable columns of your query.....Forms!YourForm!YourControl
Feb 12 '08 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: DLT | last post by:
I have written a VB.NET application that contains several crystal reports. I have created the reports with parameters and am passing them fine into the report the first time. But, if I change the...
2
by: Darryl Kerkeslager | last post by:
As the subject above hopefully makes clear, I want to do several reports, "with lots of fields not otherwise in database". These reports also have variable-length text. I have defined the...
0
by: Roy Gourgi | last post by:
Hi, I am trying to add a record with the INSERT INTO with parameters. Here is my code. I get the error message now that it expects a ")". I have tried a few different things, but to no avail....
0
by: Maqsood Ahmed via .NET 247 | last post by:
Hello, I was trying to create Crystal Report using a DataSet (notfilled with DataBase entries). DataSet contains some Tables. Butwhen I want to generate a Crystal report it doesn't showanything. I...
3
by: ABC | last post by:
What methods can export excel file from stored procedure with parameters which input from web form?
2
by: Hexman | last post by:
Hello All, Well I'm stumped once more. Need some help. Writing a simple select and update program using VB.Net 2005 and an Access DB. I'm using parameters in my update statement and when trying...
0
by: mafandon | last post by:
In my windows application, I have a few different reports that are custom. We print the reports to pre-formatted carbon paper. I would like to set the printer for each report so the user doesn't...
1
by: Dan Aldean | last post by:
Hi, I created a Crystal Report based on a Stored Procedure which has parameters. How can I pass the parameters and in what object? Can somebody help please? Thanks
0
by: dancho | last post by:
hi to All.... Can anybody help me? I want two reports (with two parmeters @p1 and @p2) in one CrystalReportViewer... But I don't understand my mistake: Dim prF As New ParameterField Dim...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.