ACFormatHTML Only Outputs the Parent Form - Not The Subform

  • Thread starter nouveauricheinvestments
  • Start date
N

nouveauricheinvestments

Hi,

I am using the following code to output to HTML. Originally I was
outputting to a PDF but not everyone has the PDF add in so they are
getting errors. But anyways, this code only ouputs the parent
record. I have a subform (datasheet view) which also needs to be
displayed. Any ideas?

DoCmd.OutputTo acOutputForm, "PrintableVersion", acFormatHTML, MyHTML,
False, , , acExportQualityScreen
 
N

nouveauricheinvestments

Hi,

I am using the following code to output to HTML. Originally I was
outputting to a PDF but not everyone has the PDF add in so they are
getting errors. But anyways, this code only ouputs the parent
record. I have a subform (datasheet view) which also needs to be
displayed. Any ideas?

DoCmd.OutputTo acOutputForm, "PrintableVersion", acFormatHTML, MyHTML,
False, , , acExportQualityScreen

any suggestions on this?
 

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