I have a query that calls a custom function to calculate the difference between two dates, which are fields in the query. Each record in the query calls the function, making for very, very slow run-time for the report bound to the query because the query can return hundreds of records.
What alternatives are available for speeding up the calculations (i.e.- using arrays, recordsets in memory, etc).
Access version = 2000
Thanks.
What alternatives are available for speeding up the calculations (i.e.- using arrays, recordsets in memory, etc).
Access version = 2000
Thanks.