Hi..
Can someone help.
The dcount is returning a 1 in all the records on my form.
I using the dcount to rank the position of students in a class exam.
Here is expressin on my form
=DCount("*","senior report card","compflow<>" & [compflow] & " AND text359 >" & [text359])+1
Senior report card is the name of the table
compflow is the identification of the student and the data type is Auto
text359 is the unbound text which contains the expression =DCount("*","senior report card","compflow<>" & [compflow] & " AND text359 >" & [text359])+1
it is returning a 1 to all my records on the form
Where do l miss it