While you have two databases, I would link the tables of the databases (in PIP, go to external data and link to the proper RMA table). Then on the PIP form/button, either run a query that will insert to the RMA table (which is now linked in PIP) or run a currentdb.execute 'insert Into...' line of code. I can help you with the particulars if you need me to.