I think I almost have this recordset functioning properly, but I'm a little amiss. Can anyone help me out? I'm trying to update several fields on a form from a recordset. This is what I have:
Dim strSQL_AZ As String
Dim db As DAO.Database
Dim RS As DAO.Recordset
Set db = CurrentDb()...