I have worked out a way of saving this by using an update query. I however keep getting this message attached
this is my Code
Private Sub Move_Track_Down_Click()
'rs is the recordset which contains the actual orderlines
Dim rs As Recordset
'I use two variables for switching: lOld is...