How print image in the word file

  • Thread starter Meet Agrawal via AccessMonster.com
  • Start date
M

Meet Agrawal via AccessMonster.com

Hi thanks in advance.

I am facing a problem.
I have a report consists of 2 images. and some data.

when I tried to print it using command as follows:

path=currentproject.path & "\Dental.rtf"
DoCmd.OutPutTo acOutPutReport, "Dental", acFormatRTF, path, false

Data goes to rtf file withot any problem but 2 images I mentioned dosen't go
and that part is left blank in
the "Dental.rtf"

Plz help me out.
 

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