Saving report?

P

pokdbz

Can you automaticly save a report to a specific location with code?

Also if you can do this by saving it with code can you generate the file
name based on data on a for say a SSN & a Date?
 
K

KARL DEWEY

The report 'shell' is stored in the database.

Add prompts to the query used as record source for the report like this --
[Enter SSN - no dashes]
and
[Enter date - 4/22/06]
 
P

pokdbz

Im not really sure what you mean. How do I get it to save automaticly and in
the location I want the file?

KARL DEWEY said:
The report 'shell' is stored in the database.

Add prompts to the query used as record source for the report like this --
[Enter SSN - no dashes]
and
[Enter date - 4/22/06]

pokdbz said:
Can you automaticly save a report to a specific location with code?

Also if you can do this by saving it with code can you generate the file
name based on data on a for say a SSN & a Date?
 
Top