I'm trying to make a inventory/order database. I have one file that has all of my items in individual records (quantity, description... etc.). I want to be able to put ordered quantities in a field then "export" the order to another file to keep a record of ordered items. In this second file, I want the quantities in one repeating field, the descriptions in another repeating field and so on. This way if an items changes in the inventory (deleted, change description... etc.) the orders are still intact. This is why a portal will not work . What I can't get to work is a script function to put the contents of a field from the inventory file to a repeating field in the order file. Or more to the point, it will not fill the repetition in. Any ideas?