Common Snipe,10/20/2008,Lazy River
Common Snipe,1/20/2007,Zamora Mexico
Common Snipe,11/20/1999,Albuquerque
Common Moorhen,11/26/1990,Lazy River
I was advised to make a card for each different bird (500 or so) and to use the applicationstack to draw data from the invisible substack to make reports and things so I don't have to destroy my front end if I ever switch to SQL or something.
A card per bird would be fine, but, you know, I also could draw data from the field with 17757 lines.
HERE ARE MY QUESTIONS ABOUT TWO IDEAS I HAVE:
To manipulate the data in a 17757-line field, I have two really fast tools:
1: In Rev, sorting by date or item in the field is super smokin' fast even with 17757 lines.
2: In Rev, the FIND string feature is super fast too. I type in "find string Lazy River" and It finds the first instance of Lazy River immediately though it may be in line 10,000 of the field. It puts a little box around it.
IDEA ONE
Thus, all I need is one more thing to be able to create any report fast! It is this:
I need to know the the field LINE NUMBER of the word that Rev finds. Then any calculations no longer involve 17757 lines, but far fewer because I know where to start sorting in the field and I've only got twenty records for Lazy River.
THUS: Is there a way that I can find out what line number a found string of text is in upon Rev's finding the string in a field?
OR HERE'S ANOTHER WAY:
I will also be invincible If I can expand my sorting and it remains fast.
Let's say I sort by date and then by place.
Albuquerque is on the top of the field and Lazy River is somewhere in the middle -- say, line 8000. Can I have the sort put Lazy River at the top of the field? You know begin the sorting by L or Lazy? I would then know that the date of Lazy River's first record would be in line number ONE of the field. Then I could manipulate data like mad.
Please tell me there's a way to do either of these things!

Thanks very much!
Trailboss Tom