Hi,
I have two tables on a SQL-server 2008R2
tblProducts (fields: ProdID, Description, ProdImage,...)
where ProdImage is defined as varbinary(max)
tblProductsOnStock (fields: ID, ProdID, quantity, ...)
The tables from the server are linked to my Access 2010 front end.
In tblProducts the ProdImage is presented as an OLE-field
Now, on my form "frmProductsOnStock", based on tblProductsOnStock, I want to display the ProdImage from tblProducts.
The control Product is a combo-box and should hold ProdID, Description and ProdImage as column(2). But I cannot add an OLE-field to the rowsource of a combo-box.
How can I solve this or how can I display the ProdImage form the other table on this form?
Further what control should I use to disply the ProdImage?
Thanks your help.
Michael
I have two tables on a SQL-server 2008R2
tblProducts (fields: ProdID, Description, ProdImage,...)
where ProdImage is defined as varbinary(max)
tblProductsOnStock (fields: ID, ProdID, quantity, ...)
The tables from the server are linked to my Access 2010 front end.
In tblProducts the ProdImage is presented as an OLE-field
Now, on my form "frmProductsOnStock", based on tblProductsOnStock, I want to display the ProdImage from tblProducts.
The control Product is a combo-box and should hold ProdID, Description and ProdImage as column(2). But I cannot add an OLE-field to the rowsource of a combo-box.
How can I solve this or how can I display the ProdImage form the other table on this form?
Further what control should I use to disply the ProdImage?
Thanks your help.
Michael