OLE Object

  • Thread starter Thread starter jrizzo77
  • Start date Start date
J

jrizzo77

I have an OLE Object field in a table. I want to remove this field
since it is a poor way of using pictures. I can not delete the
field. I get a "property not found" error and I can not save my
changes. If I try to remove and records with items in this field my
DB shuts down.

HELP!!!
 
Sounds like nobody has a specific answer.

A few things to try:

- "Compact and Repair" the db

- use an update query Delete contents of everything in that field

- Change the field type to text


Last resort: export everything except that field into a new table.
 
Back
Top