Hi all
Been taking a break from Access recently ,but been dragged back into it.
My application is a bespoke quotation/invoicing/customer address type affair. The main structure is up and running.
I want to be able to create one report only for both Invoices and Quotations. This is all driven through a form based on the customer table but with several list boxes added on to.
From the main form, tbl_Customers1, a button is pressed to open a new form (quote entry or invoice entry) and the data from the first form is populated into the second form.
The second form is the form that creates the report. All this works well.
What I want to do now is from the main for, through the list box is to be able to double click the list box entry and display the report again. I can do this by creating a second copy of the report and naming it something different, but I dont want to have lots of the same report.
I'm guessing that the report needs to be driven via the vba coding and onopen properites but I cant seem to get my head round it.
I have added the database to this thread.
Any help would be great
Been taking a break from Access recently ,but been dragged back into it.
My application is a bespoke quotation/invoicing/customer address type affair. The main structure is up and running.
I want to be able to create one report only for both Invoices and Quotations. This is all driven through a form based on the customer table but with several list boxes added on to.
From the main form, tbl_Customers1, a button is pressed to open a new form (quote entry or invoice entry) and the data from the first form is populated into the second form.
The second form is the form that creates the report. All this works well.
What I want to do now is from the main for, through the list box is to be able to double click the list box entry and display the report again. I can do this by creating a second copy of the report and naming it something different, but I dont want to have lots of the same report.
I'm guessing that the report needs to be driven via the vba coding and onopen properites but I cant seem to get my head round it.
I have added the database to this thread.
Any help would be great