View Full Version : form details into a report


aman909
07-31-2007, 05:07 AM
Hello,

What im trying to do is to create a report from a form. I have made a template for the report i would like to use.

What i have is a form which contains details of a customer. What i would like to do is when on a certain customer to be able to view their details that are shown on the form to appear on a report which can be printed off.

What is the best way to be able to do this?

Rabbie
07-31-2007, 07:21 AM
Use the report wizard to design the report using the same data source as your form. then you can put a button on your form to print the report with a criteria of "customerID = ' requiredcustomer'"