If a form is not showing data that you KNOW is in the tables, it is because:
1. There is a filter on the form.
2. The form's recordsource query has criteria that is excluding the records.
3. The form's recordsource query has a join that is excluding the records.
4. The form's dataentry proproperty is set to Yes.