Hi, I'm trying to create a form (MS Access 2003) that currently has 2 items in it: a combo box and a list box. I'd like to be able to make a selection from the combo box and have the list box display a filtered version of the data based on the selection from the combo box.
For example, the combo box has a list of different projects, (a, b, c, and d) and the list box has a list of ALL of the reports associated with all of the projects. I'd like to be able to select project "a" from the combo box and get ONLY the reports associated with project "a" displayed in the list box. The list box is currently based on a query that contains 2 columns, a column with the "report name" (which will remain VISIBLE) and a 2nd column (which will eventually become not visible) with the "report type" (the "report type" here should match up with the project selected from the combo box).
Any suggestions would be greatly appreciated!
For example, the combo box has a list of different projects, (a, b, c, and d) and the list box has a list of ALL of the reports associated with all of the projects. I'd like to be able to select project "a" from the combo box and get ONLY the reports associated with project "a" displayed in the list box. The list box is currently based on a query that contains 2 columns, a column with the "report name" (which will remain VISIBLE) and a 2nd column (which will eventually become not visible) with the "report type" (the "report type" here should match up with the project selected from the combo box).
Any suggestions would be greatly appreciated!
Comment