Hi, I have been struggling with the problem all day ..
I have
table a
field - patient a
field - patient ref
field - number of heath issues
table b
field - patient ref
field - heath issue X
So I want to get the count of health issues for patient a from table b to produce something like below.
patient a, refa12345, 5
patient b, refb12345, 2
patient c, refc12345, 8
what is the best approach to take with ms access to do this ? I have tried an UPDATE query but doesnt seem to want to work as can't use joins.
Appreciate any help here.