G
Glavall
I have a table ("Base_Table") which is updated on a weekly basis. Each week,
after update, I'd like to export a one-page report (snapshot format) for each
record (report already designed) using two fields from the query behind the
report (which is based upon "Base_Table") as part of the file name in the
export.
The filename should be "[Report Query]![Field1] WSR for [Report
Query]![Field2].snp"
(Note: I'm using a query rather than the table itself because it was the
simplest way to add a separately changing value to each of records in
Base_Table for the complete report. If it would be easier to to this from a
single table, let me know.)
I am not trained in Visual Basic at all, but have developed a working
knowledge of it. Can someone help me set up a function which runs the report
for each record in Base_Table separately and exports each report with the
file name structure above?
after update, I'd like to export a one-page report (snapshot format) for each
record (report already designed) using two fields from the query behind the
report (which is based upon "Base_Table") as part of the file name in the
export.
The filename should be "[Report Query]![Field1] WSR for [Report
Query]![Field2].snp"
(Note: I'm using a query rather than the table itself because it was the
simplest way to add a separately changing value to each of records in
Base_Table for the complete report. If it would be easier to to this from a
single table, let me know.)
I am not trained in Visual Basic at all, but have developed a working
knowledge of it. Can someone help me set up a function which runs the report
for each record in Base_Table separately and exports each report with the
file name structure above?