Hi can someone tell me how I can Link 1 combo box to another to open a table.
I have got 1 combobox that has project numbers in it. What I would like to happen is once you select a project number you can then go to the next combo box and select which table you would like to open in dataview so it only shows data relating to that project number.
Also I have a query to populate a subform based on a project number selection from combo box (combo36) What is the formula to put in the criteria field of the project number column.
This is what I believe it should be Forms![frmProjectInfo]![combo36] but when I use this it asks for a Project Number parameter
I have got 1 combobox that has project numbers in it. What I would like to happen is once you select a project number you can then go to the next combo box and select which table you would like to open in dataview so it only shows data relating to that project number.
Also I have a query to populate a subform based on a project number selection from combo box (combo36) What is the formula to put in the criteria field of the project number column.
This is what I believe it should be Forms![frmProjectInfo]![combo36] but when I use this it asks for a Project Number parameter