The table dbo_Operation_binary has a field called bits whose content is OLE Object. How can I print this on a report in access?
Morning, You should find all you need to know in the KB 739670. Just bear in mind you will need to take into account from V8 onward the Db schema changed to NVARCHAR so you will need to amend the SQL statement accordingly. I can fire up my V8 test rig if you need the statement ATB R
I haven't but:
'RAW2STR = StrConv(DATA, vbUnicode)
has been changed to:
RAW2STR = "" & DATA