a graphic box in the subject line of E-Mail sent from Module

J

Joe Blow

Hello All:

I created a macro to automatically E-Mail a table every morning.
I converted the macro to a module and modified it.

I wanted the date to appear at the end of the subject line.

ldate = Format(Date,"Short Date")

On the line:
DoCmd.SendObject acTable etc...

for the Subject field I do : "Daily report for " & ldate
Should produce the result : Daily Report for 08-10-05

Sometimes I get a box which turns out to be chr$(02) at the end of the
subject line after the date... What's weird is that it doesn't happen for
all the tables... just *some*.

Any ideas?


Joe
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top