Using a subform to zoom in a picture ... found an example that uses two cascaded subforms with .width, .height and .SizeMode = acOLESizeZoom to size and position photo's ... now I would like to take the topmost subform of the main form and print just the subform
The help would have me believe that this is possible with object.printform as an available method ... the DoCmd.PrintOut acPrintAll or just me.printform will print the current form which is not desireable due to all the additional controls/objects on the main form.
I have tried to get the syntax for the object but am not sure what this should be. I have tried;
me!formsub.printform
me!form.formsub.printform
mainform formsub formsubsub
(formsub is the name of the sub form)
Could someone please help me either find the correct code for the Object in object.printform
OR
I have searched this site and the concensus appears to be to not print forms. If so is there was a way to send the onscreen pictures position, size and height to a report so I can get a WYSIWYG printout?
The help would have me believe that this is possible with object.printform as an available method ... the DoCmd.PrintOut acPrintAll or just me.printform will print the current form which is not desireable due to all the additional controls/objects on the main form.
I have tried to get the syntax for the object but am not sure what this should be. I have tried;
me!formsub.printform
me!form.formsub.printform
mainform formsub formsubsub
(formsub is the name of the sub form)
Could someone please help me either find the correct code for the Object in object.printform
OR
I have searched this site and the concensus appears to be to not print forms. If so is there was a way to send the onscreen pictures position, size and height to a report so I can get a WYSIWYG printout?