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?
"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?