J
javajoe128
I am attempting to create a report that contains 2 subreports from
unrelated tables but that share common field names (can not create
relationships because the data is unrelated). I would like to use
those field names as parameters for the subreports.
Here is an attempt to illustrate:
Subreport A (based on Table A) uses cust# and purchase date to display
information about purchases of certain products.
Subreport B (based on Table B) uses cust# and purchase date to display
information regarding certain types of purchases (different than A
types because information gathered about the purchases are different in
nature)
I would now like to create a report that lists; "Cust#", "date purchase
of A items", "date purchase of B items".
Finally, if possible, I would like to have this information be
available to the user by being prompted for paramters; "Cust#", "Start
purchase date range" and "End Purchase date range"
I have attempted to create a report with 2 subreports and have not been
able to pass the parameters. Attempts to create 2 queries and then
join them on cust# results in a cartesian.
Any help appreciated.
Thanks!
unrelated tables but that share common field names (can not create
relationships because the data is unrelated). I would like to use
those field names as parameters for the subreports.
Here is an attempt to illustrate:
Subreport A (based on Table A) uses cust# and purchase date to display
information about purchases of certain products.
Subreport B (based on Table B) uses cust# and purchase date to display
information regarding certain types of purchases (different than A
types because information gathered about the purchases are different in
nature)
I would now like to create a report that lists; "Cust#", "date purchase
of A items", "date purchase of B items".
Finally, if possible, I would like to have this information be
available to the user by being prompted for paramters; "Cust#", "Start
purchase date range" and "End Purchase date range"
I have attempted to create a report with 2 subreports and have not been
able to pass the parameters. Attempts to create 2 queries and then
join them on cust# results in a cartesian.
Any help appreciated.
Thanks!