acFormatHTML

J

Jean-Paul

When, in SendObject , I use acformatsnp, no dialog is opened to ask the
format i want the report to be send
When I use acformathtml, a dialogbox is opened...
What am I doing wrong?

My code:
DoCmd.SendObject acSendReport, "Planningverslag", ,
MP_Setup.week_rapport, , acFormatHTML, "Planning voor de periode van " &
MP_Setup.Start_datum & " tot " & MP_Setup.Stop_datum, "Weekplanning", False

Thanks
 

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

Similar Threads

sending mail from within access 9
sendobject doesn't send 2
sending report looks awfull 4
code goes too fast 1
more sendobject-problem info 5
always same file-name 3
name of send report 1
HTML Email Code 1

Top