I asked this on Sunday and it may have gotten missed so I thought I would ask again. My apologies if it's just that there hasn't been time to respond. I have a form that uses 3 tables. I want the second and third tables to be in scrolling regions, but maybe this isn't the best way to accomplish this? 1) How do I clear all the fields to input the next record if I use the Custom EEP below? What do I need to add? At the moment, this code adds the data from the 1st and second section, but not the third, (why would that be?) and then leaves all the data still on the screen, which is confusing for the User. PROPERTY TABLE Contacts 'POST' PROPERTY TABLE CompContacts 'POST' PROPERTY TABLE invntory 'POST' RETURN 2) Regarding scrolling regions. I can't find much in the Help files that explains how to use them. Can anyone point me to the proper documentation? 3) I've added a scrolling region to the second table. How do I save the first record and tell it that I want to add a second one? 4) How do I leave the scrolling region, save everything in it and go on to the third section/table? thanks, Lin

