I
iccsi
I use doCmd.SendObject to send out the reports by in email in the
loop.
I just realized that the report does not re accept new parameters from
my VBA code.
I tried to force close the report like following:
DoCmd.Close acReport, "MyReport"
DoCmd.SendObject acSendReport, stDocName, acFormatRTF,
rs.Fields("Email_ID").Value, fOSUserName, , _
" My Content", False
it still gets the first report result.
Any workaround for this issue?
Your help is great appreciated,
loop.
I just realized that the report does not re accept new parameters from
my VBA code.
I tried to force close the report like following:
DoCmd.Close acReport, "MyReport"
DoCmd.SendObject acSendReport, stDocName, acFormatRTF,
rs.Fields("Email_ID").Value, fOSUserName, , _
" My Content", False
it still gets the first report result.
Any workaround for this issue?
Your help is great appreciated,