I have a report that is based on a Dbase file.
The user needs to enter range of dates for the report. The problem is that the report runs form the first DB record to the last and the dates are mainly at the most recent records.
My question is how can I determine the search direction to start from the last record and not from the first one. Another question that I have is: can I set the search to stop at a certain point, so if the search had retrieved all the records then it can stop.
The user needs to enter range of dates for the report. The problem is that the report runs form the first DB record to the last and the dates are mainly at the most recent records.
My question is how can I determine the search direction to start from the last record and not from the first one. Another question that I have is: can I set the search to stop at a certain point, so if the search had retrieved all the records then it can stop.