sub-form report

Alice

New Member
Joined
Nov 27, 2002
Messages
39
I am building a report from a form which is all well and good, bit my
problem comes from the subform that I have in the form that I building the
report from (is that clear!). I need to have the information contained in
the subform to be passed to the report.

To make it a bit clearer for you I shall explain the data that I pulling
in:

The main form pulls in project information (so name, code, description etc)
and the sub form pulls in benefit information based on the project code
from the main form, as in there can be many benefits to one project. But
when I try and pull this onto the report it pulls all the benefits rather
than the one for just the project I am reporting on.

thanks, Alice
 

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
Hullo! Try making a query that shows the benefits you want for a given project, which you'll provide through a prompt. When you get that working, base your report on that query, but have the query NOT ask the user through a prompt, but rather have it get the info from the form.
Make sense?
HTH (y)
P
 
Upvote 0

Forum statistics

Threads
1,221,860
Messages
6,162,479
Members
451,769
Latest member
adyapratama

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top