Re: Get Current [Solved]
To finally solve this, I had to alter my OpenRecordset command by appended dbOpenDynaset to it.
Set Recordset = CurrentDb.OpenRecordset(SQLstring, dbOpenDynaset)
Full code is now
Dim SQLstring As String
SQLstring = "SELECT * FROM General WHERE General.[CONTRACT] =...