Hi guys
I'm trying to process records from a table based on the unique value of one field but my code fails at the last line shown below "Set rst2..." :
What am I doing wrong??
Public Function UpdatePrimary()
Dim db As DAO.Database
Dim rst1 As DAO.Recordset
Dim rst2 As DAO.Recordset
Dim...