K
KC Classic
I have a simple Access report captioned "ARK252 Balancing" that is currently
e-mailed manually on a daily basis. Under the current process, we would
export the report in .rtf format and rename manually using the most recent
date in the [SS DATE] field in one of the tables. For example, the report
Caption currently reads "ARK252 Balancing 06202007.rtf".
I have created a macro that uses the SendObject action to generate and
attach the report to the e-mail recipients in the .rtf format automatically
to eliminate
this manual process. Can the Caption of the report (which I have learned
flows through to the report title generated in Access) incorporate the most
recent date from the [SS DATE] field?
My end goal would be to have the report Caption in the e-mail read "ARK252
Balancing 06222007.rtf". Then tomorrow, the report Caption would read
"ARK252
Balancing 06232007.rtf" and so on each successive day. This caption would
show in the report attachment in the e-mail generated by the SendObject
macro. I am assuming that VBA coding may be involved and I am a beginner
with VBA.
Any suggestions?
Thanks in advance.
KC Classic
e-mailed manually on a daily basis. Under the current process, we would
export the report in .rtf format and rename manually using the most recent
date in the [SS DATE] field in one of the tables. For example, the report
Caption currently reads "ARK252 Balancing 06202007.rtf".
I have created a macro that uses the SendObject action to generate and
attach the report to the e-mail recipients in the .rtf format automatically
to eliminate
this manual process. Can the Caption of the report (which I have learned
flows through to the report title generated in Access) incorporate the most
recent date from the [SS DATE] field?
My end goal would be to have the report Caption in the e-mail read "ARK252
Balancing 06222007.rtf". Then tomorrow, the report Caption would read
"ARK252
Balancing 06232007.rtf" and so on each successive day. This caption would
show in the report attachment in the e-mail generated by the SendObject
macro. I am assuming that VBA coding may be involved and I am a beginner
with VBA.
Any suggestions?
Thanks in advance.
KC Classic