Recent content by ytwater

  1. Y

    Error 3022 That Shouldn't be Happening

    Run-time error '3022': The changes you requested to the table were not successful because they would create duplicate values in the index, primary key, or relationship. Change the data in the field or fields that contain duplicate data, remove the index, or redefine the index to permit duplicate...
  2. Y

    Error 3022 That Shouldn't be Happening

    I saved a select query containing 3500+ book_ids. None of them are duplicated. In another query, I call a function with each book_id from the saved query that calculates a data difference and then writes to a table using a recordset. The function processes and writes 29 recordsets to the...
Back
Top Bottom