I'm wondering if anyone knows an easy way to number the resulting records that are displayed by a view. This seems like a fairly basic thing, but I am having a hard time with this.
I was thinking of using a global variable to store a counter for this, but this doesn't seem very elegant. Plus, I can't actually figure out where I would need put the code to increment my counter. Any ideas?









