Exporting reports using a macro

StaphAreus

New member
Local time
Today, 09:06
Joined
Oct 24, 2005
Messages
7
I have a table within my database containing records that relate to a customer ID. I have a parameter query that prompts for a customer id. What I want to be able to do is export these reports as rtf's automatically for all my customer id's in seperate files. Any Ideas ?
 
Design the report layout and choose the Record Source as your Parameter Query.

Whenever the report opens, it will ask you for the Customer ID.

So all you need is to create a macro, select the OutputTo and away you go.;)
 

Users who are viewing this thread

Back
Top Bottom