MParker Posted December 23, 2009 Posted December 23, 2009 well, i don't know if 'problems' is the right word...but i'm trying to figure out how to create this report and i'm not having much luck. here's what i have: 1 database with 1 table the database is, essentially, a sales proposal generator. the user will input basic information (such as the person's name, company, address, etc.) and then select which items that he is wanting to add to the report (or brochures for this instance). basically, the cover page and intro letter will be the same on every proposal printed. but the products are going to change depending on who the proposal is going to be sent to. so, i wanted to try to create a seperate report for each product and then have some way for the user to select which products (sometimes multiple products) that the user wants to add, and it will print those reports along with the cover page and intro letter. any idea how i could pull this off?
efen Posted December 23, 2009 Posted December 23, 2009 You need at least another table for your proposal options plus a join table. The proposal (same as product? to which you refer) table can hold the cover and intro details in global fields and the options will be records in the other table.
MParker Posted December 23, 2009 Author Posted December 23, 2009 ok, but once they check a box next to the products that they want to include...how to i make them print just those products along with the cover page and the intro letter? that's where my problem is.
MParker Posted December 23, 2009 Author Posted December 23, 2009 for example: product 1 and product 5 are checked. i want to be able to click a "print" button that will print the cover page, the intro letter, product 1 letter, product 1 brochure, product 5 letter, and product 5 brochure only.
efen Posted December 23, 2009 Posted December 23, 2009 see attached - this is another file modified for your situation (amended before I saw your reply - so it doesn't have checkboxes) proposal.zip
Recommended Posts
This topic is 5450 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now