S
Scott Riley
Guest
Please be aware that there are valid reasons to use a find first - it's not always wrong as has been suggested. Say you have an accounts package and you want to display the oldest outstanding transaction for an account in an enquiry. You can do a find first on the transaction table for the account where the status is open using an index that contains account, status and transaction date.
Continue reading...
Continue reading...