nycbigapple
Technical User
Hi, I have an OLE object that is a gif.
One the form the user will select from a combobox and select an image.
The selected image will then print out. What is the property so that it prints an ole oject.
I don't know what to use after the dbpic.
thanks
One the form the user will select from a combobox and select an image.
The selected image will then print out. What is the property so that it prints an ole oject.
I don't know what to use after the dbpic.
Code:
DBPic. (Forms![frmform]![cbocombo].Column(2))
thanks