Hi Folks
I have office 2010. In my Excel Macro, I added reference to DAO 3.6 object library. My goal is to be able to update a record in a table or add a record to the end of the table.
I et an error as soon as I reach this line
Dim db As Database, rs As Recordset, r As Long
'
Set db =...