I have a table as below.
I would like to assign values to variables by looping through the table,
myDSN="B"
Password="D".
I can loop through the table wiht DAO recordset. I tried daRs!AAA ="""& daRs!AAB&"""
and it obviously did not work becuase VBA thinks that I was trying to update the table. Any idea how to loop through this table to assign values to variables, both of which are in a table?
Many thanks.