How to move image on report using Detail OnFormat Event?
I have a problem of changing the placement of an embedded image for a report/print. The initial left measurement of the image format is set to 0. I desire to move the image to the right during a Detail section On Format Event.
Starting with a simple command to move the embedded OLE field 1 inch to the right I have set up a Detail On Format Event of:
Code:
Private Sub Detail_Format(Cancel As Integer, FormatCount As Integer)