Hi all,
First time post, bit nervous, but I struggle to find exactly what I need over the internet and hoping someone can help me out here.
** What I want to do **
What I have is an Access database Table, and I wish to write a macro in Excel where I could read/copy one row of the Database at a time, do some Excel calculation, and append the calculated result back to the database, then loop through row by row of the database.
Secondly, I also wish to access specific row based on some condition/filter and do the same calculation and append the result as above.
** What I manage to find **
I manage to find various codes which enables me to copy the full database, or from particular row, but nothing that is row by row or by filter.
The only filtering codes I manage to find is using SQL method via Excel's data->query tool, but I believe this will be very slow if I were to loop many rows of data.
I was wondering is what I want possible without the use of SQL query? Or I have to resort with SQL query?
Many thanks for your assistance.
First time post, bit nervous, but I struggle to find exactly what I need over the internet and hoping someone can help me out here.
** What I want to do **
What I have is an Access database Table, and I wish to write a macro in Excel where I could read/copy one row of the Database at a time, do some Excel calculation, and append the calculated result back to the database, then loop through row by row of the database.
Secondly, I also wish to access specific row based on some condition/filter and do the same calculation and append the result as above.
** What I manage to find **
I manage to find various codes which enables me to copy the full database, or from particular row, but nothing that is row by row or by filter.
The only filtering codes I manage to find is using SQL method via Excel's data->query tool, but I believe this will be very slow if I were to loop many rows of data.
I was wondering is what I want possible without the use of SQL query? Or I have to resort with SQL query?
Many thanks for your assistance.