A
Andy
I have a database with a main table containing records of issues and a linked
table containing attachments to the records in the main table. The
attachments are embedded OLE objects.
I have an entry form for the issue records that has a subform displaying all
the related attachment for each issue. All is fine EXCEPT, when you click on
the bound object frame for an attachment and view or update the object, then
try to navigate to the next issue record in the main database, the bound
object frame from the subform is the selected field in the next record. If
there is no attachment for the new record, and you attempt to point to a
different field or navigate to a new record, you get a warning message that
"The OLE object is empty. blah blah blah", and you must click "OK" to
proceed. If you then navigate to a new record with no attachment, this
happens all over again. How can I prevent this warning? It's very confusing
for users - I need to instruct them to move the pointer to a new field after
clicking OK and before moving to a new record. Thanks -
table containing attachments to the records in the main table. The
attachments are embedded OLE objects.
I have an entry form for the issue records that has a subform displaying all
the related attachment for each issue. All is fine EXCEPT, when you click on
the bound object frame for an attachment and view or update the object, then
try to navigate to the next issue record in the main database, the bound
object frame from the subform is the selected field in the next record. If
there is no attachment for the new record, and you attempt to point to a
different field or navigate to a new record, you get a warning message that
"The OLE object is empty. blah blah blah", and you must click "OK" to
proceed. If you then navigate to a new record with no attachment, this
happens all over again. How can I prevent this warning? It's very confusing
for users - I need to instruct them to move the pointer to a new field after
clicking OK and before moving to a new record. Thanks -