9569walley
Programmer
Is there anyway I can count the record(not total records)?
name grade
-------------
phil A
dan B
DEN A
..........
........
........
Here I want to print only DEN
ie here DEN is in record number 3
so is there any formula to count the record number so that I can print the name DEN(I am dealing with more than 1000 records (not 3 records)
if (record number = 3) print name
But how t get the record number?
name grade
-------------
phil A
dan B
DEN A
..........
........
........
Here I want to print only DEN
ie here DEN is in record number 3
so is there any formula to count the record number so that I can print the name DEN(I am dealing with more than 1000 records (not 3 records)
if (record number = 3) print name
But how t get the record number?