Hello everyone!
You have been a great help so far, so I hope you can help me with my newest problem to.
I am using the following code:
Private Sub Savebutton_Click()
Dim db As DAO.Database
Dim rst As DAO.Recordset
Dim rst2 As DAO.Recordset
Set db = CurrentDb
Set rst =...