using DoCmd.OutputTo for reports: event code doesn't execute

M

Michael at H&P

I use DoCmd.OpenReport and the Load event code gets executed. But when I use
the DoCmd.OutputTo for the same report, the load event code does NOT execute.

Is this normal and I missed the documentation that says this or is there a
property that I need to set?

Thanks for any help.

--Michael
 
Top