I like using the tabbed subform that Access has. However, it does present some problems. I have a form [frmEmployeesEquipment]. The tabbed subform is [EquipmentSubForm]. The subform on the tab is [frmWeaponsIssuedListSubFrm]. On that form, I need to use a field called [EquipID]. I need to pull that field into another form. So, I made the default to the place I need to import that information from: =[Forms]![frmEmployeesEquipment]![EquipmentSubForm]![frmWeaponsIssuedListSubFrm]![EquipID]. That doesn't work. It's showing #Name?. How would I get that field?