DoCmd.PrintOut, Subreports & OLE

C

Chris

I've just upgraded to Access 2003 and have found a
problem
with some vb code used to printout a report which has
subreports with OLE objects embedded in them.

The code is a simple DoCmd.PrintOut command on the
onClick
event of a button. It prints out the report ok, and
prints
out the contents of a subreport that are not OLE objects.
However, any OLE object on the subreport is omitted.

I've checked to see if it is hardware related, but if I
use a structured Access macro to print the report &
subreports it prints OLE objects OK - which leads me to
think its not hardware.

I've searched throught technet and google groups but
cannot seem to see anything. Has anyone had a similar
problem?

Thanks

Chris
 
Top