I have a form frmClient that is a tabbed form. Client Info / Project (frmProject_subform) / Calls (frmCalls_subform) ... in the tabbed Project section I need to be able to add Employee Hours, Contractor Hours and Products. There is not enough room to do this through a subform so I was hoping to do it through buttons (ie. Employee Hours button opens popup form frmProject_Employee_Hours (tblProject_Employee_Hours) which is linked to the current project form and different employees hours can be added.) Same with Sub Contractors and Products This is proving harder than expected...any suggestions are appreciated