M
mcbaker
I have two tables:
Master is Projects with ProjectID as the primary key
Subform is Communications with NoteID as the primary key
Each table has a Project ID Field and NoteID field. They are linked as
one-to-one in the relationships table.
I wish to display in the communications subform the Project Name, which is a
field in the Projects Table. I have two problems in getting the display to
be correct
1. The Communications table does not automatically filter the records so
that only those associated with the Project that is active in the projects
table display.
2. I get #Name? message in the field where I call for the project title.
Any ideas what I am doing wrong and how I can correct it?
Thanks.
Master is Projects with ProjectID as the primary key
Subform is Communications with NoteID as the primary key
Each table has a Project ID Field and NoteID field. They are linked as
one-to-one in the relationships table.
I wish to display in the communications subform the Project Name, which is a
field in the Projects Table. I have two problems in getting the display to
be correct
1. The Communications table does not automatically filter the records so
that only those associated with the Project that is active in the projects
table display.
2. I get #Name? message in the field where I call for the project title.
Any ideas what I am doing wrong and how I can correct it?
Thanks.