I have an Access 2002 form that lists the orders (by unique order id) associated with a customer. When a check is received, I want to be able to update a payments field with the orders in which the check was for. The payment might not be all of the orders, so I need to identify those rows where a payment has been applied and display the applied payments on another form so that the user can review or make any final adjustments. I cannot figure out the best way to identify the updated records for later review. I have thought about bookmarks or recordsets, but am relatively new to Access VB and not sure of the best method to try. Any advice is appreciated.