Search results

  1. D

    Modify data in 2 tables using 2 recordsets

    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 =...
  2. D

    Loop through records leads to "cant go to next record" message

    Hello Everybody! I am new to access and trying to programm a small database for me and my colleagues and I am stuck right now. I am trying to loop through a recordset (which is displayed on the form) of varying lenght, and sum up the values of one column ... I found the rs.openrecord solution...
Back
Top Bottom