S
Steve
I have two tables that are joined through a joining table where the PK of
both are inserted when there is a relationship between the two PKs. My
problem is, sometimes I have to add a new PK to the second table and I need
to set a relationship between this new PK and all PKs in the first table.
This is not always the case, but it does happen. Since there are hundreds of
entries in the first table, I do not want to do these one at at time. I was
thinking I should loop through each PK in the first table and append it with
the new PK in the second table. Is this possible? Any suggestions on how to
make this work? I am using Access 2000.
Thanks
Steve
both are inserted when there is a relationship between the two PKs. My
problem is, sometimes I have to add a new PK to the second table and I need
to set a relationship between this new PK and all PKs in the first table.
This is not always the case, but it does happen. Since there are hundreds of
entries in the first table, I do not want to do these one at at time. I was
thinking I should loop through each PK in the first table and append it with
the new PK in the second table. Is this possible? Any suggestions on how to
make this work? I am using Access 2000.
Thanks
Steve