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...