Z
zyzzyva
I use Access 2007
The following works fine, until the counting goes 10 and above
I want it the "CD" counted Ascending 1...8,9, 10, 11 and so on
What do I need to add to make it count in order from 10 and above
Enum: DCount("StuGenIndex","qryS12","CD=" & [CD] & " AND [StuGenIndex]<=" &
[StuGenIndex])
The following works fine, until the counting goes 10 and above
I want it the "CD" counted Ascending 1...8,9, 10, 11 and so on
What do I need to add to make it count in order from 10 and above
Enum: DCount("StuGenIndex","qryS12","CD=" & [CD] & " AND [StuGenIndex]<=" &
[StuGenIndex])