Hi all
I have some code that performs a Do...Loop that takes a piece of data from a table, finds relevant information from a back end library and then writes it to an output table.
My problem is that as there are 300 different data items the code takes around 10 mins to complete. Is there a way or method to speed this up.
I have not used Access very much so unsure if i can take the whole table as an array i.e count the number of fields stored as an array and then find the results and send it to the output table in one go.
Any thoughts or suggestions much appreciated
Regards
I have some code that performs a Do...Loop that takes a piece of data from a table, finds relevant information from a back end library and then writes it to an output table.
My problem is that as there are 300 different data items the code takes around 10 mins to complete. Is there a way or method to speed this up.
I have not used Access very much so unsure if i can take the whole table as an array i.e count the number of fields stored as an array and then find the results and send it to the output table in one go.
Any thoughts or suggestions much appreciated
Regards