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


Top