I have a small application with a database and a datareport. I am trying to place an image selected from the database into the datareport but I cant find a way to do it
any ideas?:(
Printable View
I have a small application with a database and a datareport. I am trying to place an image selected from the database into the datareport but I cant find a way to do it
any ideas?:(
SET Me.Sections(1).Controls(1).Picture = form1.picture1.Picture
:D