Good day,
I created A query that takes information from a form ie:product_name and gets the component of that product, created another query to convert the component to a product, then created another query to get components of the new product, BY QUERY IT WORK'S,
/
Info on tables given in prev Question {http://stackoverflow.com/questions/1393626/repitition-/of-query-to-produce-report}
/
when i create a report based on these query's(Bill of Materials), The report remains blank I used the wizard to create report, takes prod_name from 1stquery, takes prod_nam from 2nd query, take component_name from 3rd query.
How do I go about doing that, Thanks