form details into a report

aman909

Registered User.
Local time
Today, 23:22
Joined
Jun 20, 2007
Messages
28
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?
 
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'"
 

Users who are viewing this thread

Back
Top Bottom