acOLEDelete

S

Senad Isanovic

I have table with several fields. One of the fields has the data type
ActiveX object (and that field contains a gif picture for each record). Now,
in the sub form I need a Remove button that removes that picture

I tried with:

Figur.Action = acOLEDelete

But this does not word properly and an error message is generated. "Can not
use property Action to remove OLE object from sub form.."

How can I fix this? Thanks!
 
Top