Hi,
I created a normal form with subform, (Article, Composition)
which are linked tables
Table Article:
ArticleID (Key)
Description
Table Composition
ID (Key)
ArticleID (Key)
Composite
Amount
Links: One to many Article.ArticleID on Composition.ArticleID
The point is that one article can have more composite articles.
Ex: Art 1 has Comp Art 2, Art 3
Art 2 & 3 exist
In the table this looks like:
Article
ArticleID Descr
1 ART 1
Composition
ID ArticleID Comp Amount
1 1 2 100
2 1 3 50
When I now create a form around these table and I go into the subform of the components, the following error comes up:
An error occurred while referencing the object.
You tried to run a Visual Basic procedure that improperly references a property or method of an object.
when I click ok, I can continue and the entries are stored in the tables.
I do not use any VB procedures in these forms.
Does anyone have an idea to what this might be.
Tnx,
YO
I created a normal form with subform, (Article, Composition)
which are linked tables
Table Article:
ArticleID (Key)
Description
Table Composition
ID (Key)
ArticleID (Key)
Composite
Amount
Links: One to many Article.ArticleID on Composition.ArticleID
The point is that one article can have more composite articles.
Ex: Art 1 has Comp Art 2, Art 3
Art 2 & 3 exist
In the table this looks like:
Article
ArticleID Descr
1 ART 1
Composition
ID ArticleID Comp Amount
1 1 2 100
2 1 3 50
When I now create a form around these table and I go into the subform of the components, the following error comes up:
An error occurred while referencing the object.
You tried to run a Visual Basic procedure that improperly references a property or method of an object.
when I click ok, I can continue and the entries are stored in the tables.
I do not use any VB procedures in these forms.
Does anyone have an idea to what this might be.
Tnx,
YO