I have a form for entering information on events that we have participated in. I have a tabbed section that has information for partners (subform based on Event_Partners table) we work with on a particular event (first name, last name, organization, etc., etc.). I want to show which partners have already been entered. I figured the easiest was putting in another subform based on the Event_Partners table but in Datasheet view. This one only shows name and organization and not all the other information located on the first subform. I want this lower subform to update/refresh after each piece of information (first name, last name, organization) is entered in the above subform. I can't seem to get it to work. If I close down the mainform or leave the mainform and comback, it shows up nicely. I want it to show up immediately. Any suggestions?