I have a table that includes 5 text fields. These text fields have the value either "Correct" or "Incorrect" or are blank
How can I count the number of "Corrects" in a record and also display 0 if no "Corrects".
I have tried DCount and DSum but its not working.
How can I count the number of "Corrects" in a record and also display 0 if no "Corrects".
I have tried DCount and DSum but its not working.