GaryInMilwaukee
New member
- Local time
- Today, 06:22
- Joined
- Jul 23, 2010
- Messages
- 5
What is the function(?) for A row number. By this I mean you can do DCount("*", "Owner") to get the number of records for a table, but I need to find out what number row I am at in a table. The table has 25k records and I do a find and am now in the 3300 row. In my private sub how do I find out the row number (in old paradox pal it was NRecord()=recnumber with recnumber becoming the 3300 as a variable.).