Recent content by Hortonm

  1. H

    Datasheet Subform to Re-order Records sequence using up and down buttons on Main Form

    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...
  2. H

    Datasheet Subform to Re-order Records sequence using up and down buttons on Main Form

    Is there a way of saving this in the order? I am trying to do a similar thing but would like to save the order in a linked table
Back
Top Bottom