S
speederpro
The scenario:
I got a few tables in an access file. Their relationship
were all indeterminant. Then I found out that there are no
primary key on all the tables. I add a primary key to
table A and index the rest with no duplicates because they
should have a one-to-one relationships.
There are three forms: A, B and C. C is a subform of B,
and B is a subform of A. In Form A, there is a search
button.
The Problem:
While the tables' relationship are indeterminant, I can
use the search button to search a record and load the data
to B and C.
After I change the tables to a one-to-one relationship,
the data won't load to B and C.
Does anyone know how to fix this problem? Form B is
generated from Table A and Form C is generated from Table
B. Form A is only use for searching and loading data into
Form B and C.
I got a few tables in an access file. Their relationship
were all indeterminant. Then I found out that there are no
primary key on all the tables. I add a primary key to
table A and index the rest with no duplicates because they
should have a one-to-one relationships.
There are three forms: A, B and C. C is a subform of B,
and B is a subform of A. In Form A, there is a search
button.
The Problem:
While the tables' relationship are indeterminant, I can
use the search button to search a record and load the data
to B and C.
After I change the tables to a one-to-one relationship,
the data won't load to B and C.
Does anyone know how to fix this problem? Form B is
generated from Table A and Form C is generated from Table
B. Form A is only use for searching and loading data into
Form B and C.