K
Ken
I have an Access 2003 database with three main tables: Managers (primary key
= managersID), Projects (primary key = projectsID), and Tasks (primary key =
tasksID). There is a one-to-many relationship between Managers and Projects,
and between Projects and Tasks.
I need a form where the user first selects a Manager from a combo box, then
selects a Project from a combo box that shows only the projects for the
previously selected Manager. The form then needs to display all of the Tasks
records for that Project in a subform in datasheet view.
I’m having trouble getting the Project combo box to show only the projects
for the previously selected Manager. Any suggestions?
= managersID), Projects (primary key = projectsID), and Tasks (primary key =
tasksID). There is a one-to-many relationship between Managers and Projects,
and between Projects and Tasks.
I need a form where the user first selects a Manager from a combo box, then
selects a Project from a combo box that shows only the projects for the
previously selected Manager. The form then needs to display all of the Tasks
records for that Project in a subform in datasheet view.
I’m having trouble getting the Project combo box to show only the projects
for the previously selected Manager. Any suggestions?