S
Sarah
Hi
Real Newbee here sorry.
Am trying to count the number of TempHead in the tblTempHeader Table where
there is a TempAU in tblTempExp but keep getting duplications (a count for
each of the children not the parent I guess). TempHead links to TempHead in
tblTempUsed Table. TempAU from tblTempUsed links to TempAU in tblExpType
Table. TempAU in tblExpType Table links to TempAU in tblTempExp. I find it
hard enough to describe it let alone work it out
So for every TempHead (this is unique per record) there can be multiple
TempAU and for TempAU there can be multiple TempAU in the tblTempExp table.
An E.g. would be for a car Type where you can have many models and each
model can be auto or manual (or something like that)
I need to know the number of Types of Manual cars.
Sarah
Real Newbee here sorry.
Am trying to count the number of TempHead in the tblTempHeader Table where
there is a TempAU in tblTempExp but keep getting duplications (a count for
each of the children not the parent I guess). TempHead links to TempHead in
tblTempUsed Table. TempAU from tblTempUsed links to TempAU in tblExpType
Table. TempAU in tblExpType Table links to TempAU in tblTempExp. I find it
hard enough to describe it let alone work it out

So for every TempHead (this is unique per record) there can be multiple
TempAU and for TempAU there can be multiple TempAU in the tblTempExp table.
An E.g. would be for a car Type where you can have many models and each
model can be auto or manual (or something like that)
I need to know the number of Types of Manual cars.
Sarah