R
Robert T
I helped a co-worker set up a One to Many design. The parent table had a
field called TransID and we linked it to a child table which also had a field
called TransID. However, in keeping with the goal of having unique records [a
Primary Key], even though I don't like them, we added an Auto Number field to
the child table. Keep in mind the linking field was still TransID.
The One to Many form did NOT work because of a problem related to the Auto
Number field in the child table. I therefore deleted the Auto Number field
[which I don't like] and then everything worked perfectly.
Questions
-----------
1. Did I do something wrong?
2. Does every table need a Primary Key?
3. Since everything's apparently working perfectly now, it appears to me
that we don't need a Primary Key in the child table. Am I wrong?
Thanks,
Robert
field called TransID and we linked it to a child table which also had a field
called TransID. However, in keeping with the goal of having unique records [a
Primary Key], even though I don't like them, we added an Auto Number field to
the child table. Keep in mind the linking field was still TransID.
The One to Many form did NOT work because of a problem related to the Auto
Number field in the child table. I therefore deleted the Auto Number field
[which I don't like] and then everything worked perfectly.
Questions
-----------
1. Did I do something wrong?
2. Does every table need a Primary Key?
3. Since everything's apparently working perfectly now, it appears to me
that we don't need a Primary Key in the child table. Am I wrong?
Thanks,
Robert