Is it possible to modify a closed report?
REPORTS![PIC Sheet]!BoundImage.Picture = "\\Image\Path"
This report is never opened.
It is only used to print.
DoCmd.OpenReport stDocName, , , "[Item #]= " Me.ItemNumber
I need a way of changing the boundImage based on the ItemNumber.
1 Answer