I can not get cascading combo boxes to work. I have looked at many different examples but none of them seem to work for me. I want to have one combo box where you select the department. The second combo box selection will be filtered from the first combo box. The second combo box will have a list of all the files available to view (in the department you selected). After selecting the file you want from Combo box 2, I want a new form to open with all the information on that particular record to show. (This new form will only display the information for the record that was selected).
I am having problems getting this to work. How do you make the second combo box dependant on the first (Is this possible if they're reading from different tables, or does one need to be reading to a query?). Then, how can I display all the information about that particular file either below that in the detail section, or in another form?
I am having problems getting this to work. How do you make the second combo box dependant on the first (Is this possible if they're reading from different tables, or does one need to be reading to a query?). Then, how can I display all the information about that particular file either below that in the detail section, or in another form?