Author: Stuart Dunkeld
Posted: 2005-01-26 at 10:02:21
> Isn't that what a P-Key is all about? Recno() is so wrong (IMO).
> Especially if you have a joined table for your data source.
I agree, but if you don't have a PK then recno is the next best thing:
legacy data often doesn't have PKs, especially if there is no
candidate for a PK in the data.
Stuart