Hi,
First of all, I thank you for reading the following post and taking a little bit of your time helping me figuring this out.
I first tryed to explain my exact case, but it is to hard. Let me try to explain it in a generic way:
I would like to read several information stored in one table [cross] for 2 records each time (which IDs are stored by pair in a table [pair_of_IDS]), put them in an array so that I can make some computation, and then use the data in my array to populate a new record in my [main] table.
I am almost new in VBA for access but I can handle VBA in Excel quiet well.
I guess I need to use a sub which will for each pair of remarkable deals (2 IDs found in [pair_of_IDs].) first read the relevant data from [cross], then store them in an array (X,2), do the relevant computation, then write the new record in [main].
This quiet hard to explain, I hope it is understandable.
I DO THANK YOU IN ADVANCE FOR YOUR INSIGHT,
jhoelter
First of all, I thank you for reading the following post and taking a little bit of your time helping me figuring this out.
I first tryed to explain my exact case, but it is to hard. Let me try to explain it in a generic way:
I would like to read several information stored in one table [cross] for 2 records each time (which IDs are stored by pair in a table [pair_of_IDS]), put them in an array so that I can make some computation, and then use the data in my array to populate a new record in my [main] table.
I am almost new in VBA for access but I can handle VBA in Excel quiet well.
I guess I need to use a sub which will for each pair of remarkable deals (2 IDs found in [pair_of_IDs].) first read the relevant data from [cross], then store them in an array (X,2), do the relevant computation, then write the new record in [main].
This quiet hard to explain, I hope it is understandable.
I DO THANK YOU IN ADVANCE FOR YOUR INSIGHT,
jhoelter
Comment