H
Hydra
I have tables A, B, and C, each one to many, so my key fields look like
A
1
2
B
1,1
1,2
C
1,1,1
1,1,2
1,1,3
1,2,1
1,2,2
1,2,3
So the primary key for B is two fields and the primary Key for C is three
fields.
I have a form on A with B and C as subforms. I would like B and C to
autonumber as new records are added. How do I go about this?
A
1
2
B
1,1
1,2
C
1,1,1
1,1,2
1,1,3
1,2,1
1,2,2
1,2,3
So the primary key for B is two fields and the primary Key for C is three
fields.
I have a form on A with B and C as subforms. I would like B and C to
autonumber as new records are added. How do I go about this?