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.
Id like form c to show only thos records which apply to the record selected
on form 2.
So If 1.1 is selected on form 2 then ony records beginning with 1.1 appear
on form three.. I had this working but I broke it and now can't figure out
what I did before!
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.
Id like form c to show only thos records which apply to the record selected
on form 2.
So If 1.1 is selected on form 2 then ony records beginning with 1.1 appear
on form three.. I had this working but I broke it and now can't figure out
what I did before!