J
Jacob Frankham
Hi
I have 2 fields in my query
eg studentID and modules (these are ficticious names for simplicity !)
studentID is unique, but there may be several instances of the same module
for each studentID
I have a report which is grouping by studentID
I wish to have a textbox which counts all of the UNIQUE module names for
each studentID
I have been using Count([studentID]) but this returns the total number of
records for that studentID - I wish to see only the total number of
DIFFERENT values of modules
eg
l914458 Chemistry
Chemistry
Chemistry
Physics
Physics
I wish to see '2', not '5'
Many thanks
J
I have 2 fields in my query
eg studentID and modules (these are ficticious names for simplicity !)
studentID is unique, but there may be several instances of the same module
for each studentID
I have a report which is grouping by studentID
I wish to have a textbox which counts all of the UNIQUE module names for
each studentID
I have been using Count([studentID]) but this returns the total number of
records for that studentID - I wish to see only the total number of
DIFFERENT values of modules
eg
l914458 Chemistry
Chemistry
Chemistry
Physics
Physics
I wish to see '2', not '5'
Many thanks
J