I have a form (frmEntry) that inputs data to a table (tblRob). On the same form (frmEntry) there is a subform (tblRob_subform) that should display the data in that table (tblRob), but it doesn't. There is another subform (tblProjects_subform) on the same form (frmEntry) that displays data from a different table (tblProjects), but the data for that table (tblProjects) is not entered via the form (frmEntry) that contains the subforms. tblProject_subform displays all the records. tblRob_subform only displays the headers. When I open the subform by itself in datasheet view, all of the records are there. They just don't appear on the entry form. Does anyone know why this could be? Thank you.