Search results

  1. N

    Problem could be rs.nomatch

    I've written code to update pricing. If some but not all of [UnitPriceNew] fields = 0 then code works. Problem is, if all of the [UnitPriceNew] fields = 0 then the first msgbox is ignored and pricing is updated, which is what I want to avoid at all costs. Please help! Private Sub...
  2. N

    Sort Recordset and add sequential numbers

    Hi there! I'm writing a recordset to a table (ready for export to SAP) which has 2 sources of data (queries). I need to sort the recordset then add a sequential Item Number. My 2 problems are, when I sort the recordset, it sorts each source separately - I need them to be sorted together. My...
Back
Top Bottom