OK
I have two tables, call then T1 and T2.
T1 has the following fields:
DossNo
DossRmk
DossPg
T2 has the following fields:
DossNo
In T1, DossNo is repeated for differing values of DossRmk and DossPg.
In T2 there are unique Values of DossNo, each of which appears in T1 - but does not contain all values of DossNo from T1.
What I need is a count of how many records there are in T1 for each value of DossNo whcih appears in T2.
I'm just having a brain craze day today and am not sure where to start.
Any ideas?
Thanks.
I have two tables, call then T1 and T2.
T1 has the following fields:
DossNo
DossRmk
DossPg
T2 has the following fields:
DossNo
In T1, DossNo is repeated for differing values of DossRmk and DossPg.
In T2 there are unique Values of DossNo, each of which appears in T1 - but does not contain all values of DossNo from T1.
What I need is a count of how many records there are in T1 for each value of DossNo whcih appears in T2.
I'm just having a brain craze day today and am not sure where to start.
Any ideas?
Thanks.