My table (MS/ACCESS) is in accending date order. I need to create a report accessing the latest data(current date). The read begin at the start of the table. There are 76k records before the data to report on is selected.
I spoke the vendor who creates the Access table and explained that their canned crystal report sequencially reads this table, thus causing a long time to create the report requiring the current date data.
Question: Is there a "Set" statement that would position the read at the location of the key you supplied. For example:
?begin_here = 02/03/2005.
Set Read ?begin_here;
This read would begin at the first location of the parm.
How would this be done?
Internal bubble sort?
Use the high/low and divid to find where the value is located.
Or something.....
I spoke the vendor who creates the Access table and explained that their canned crystal report sequencially reads this table, thus causing a long time to create the report requiring the current date data.
Question: Is there a "Set" statement that would position the read at the location of the key you supplied. For example:
?begin_here = 02/03/2005.
Set Read ?begin_here;
This read would begin at the first location of the parm.
How would this be done?
Internal bubble sort?
Use the high/low and divid to find where the value is located.
Or something.....