I'm using Access 2007, and developing a safety observation db application. There are 40 prescribed activties/safety practices to check for. This is a table with auto-number PK, description of activity, and active status. These activities are not static. More could be added, or existing ones could be made inactive.
The main table is the basic info - date and time of situation being observed, employee number of observer and description of work activity. This has a PK auto-number, as well as a foreign key to link up with the PK of the precribed activities table.
I made forms of both tables, and they work separately just fine. When I made the prescribed activities form a subform of the main form/table, and linked it up properly as PK to FK, no data appears in the subform when I go into View mode! Why is that? What am I doing wrong?
The main table is the basic info - date and time of situation being observed, employee number of observer and description of work activity. This has a PK auto-number, as well as a foreign key to link up with the PK of the precribed activities table.
I made forms of both tables, and they work separately just fine. When I made the prescribed activities form a subform of the main form/table, and linked it up properly as PK to FK, no data appears in the subform when I go into View mode! Why is that? What am I doing wrong?