The Object Doesn't contain the Automation object 'securityTicker'

  • Thread starter Maury Markowitz
  • Start date
M

Maury Markowitz

I have a form with two subforms. The parent form has a combo bound to
"accountId'. One subform is unbound, and simply displays all the
records in a particular table. The second subform is bound to the same
table, but uses master/child links on accountId to limit the display
to just that accountId. All the data is valid, linked with pkey's on
INT columns with clustered unique indexes.

When you try to delete a record from either subform I get the error:

The Object Doesn't contain the Automation object 'securityTicker'

This is odd, because I don't have anything called "securityTicker"
anywhere in the project, or my database. I don't see any code being
called, I can't break into it, etc.

Any ideas?
 
J

Jeanette Cunningham

Hi Maury,
it sounds a bit weird.
Can you delete from the query that is the record source of either of the
subforms?
Does the problem go away if you remove one of the subforms, or make one of
the subforms read only?
Have you checked for corruption?

Jeanette Cunningham MS Access MVP -- Melbourne Victoria Australia
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top