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