I am really struggling to wrap my head around how to make cascading comboboxes work. I am working on a database for returned products, and I need to break down as best as possible what the problem is. I thought the best way to do this would be cascading comboboxes. What I am trying to do is have an initial combobox select a problem, then the next populates based on the first, and the pattern follows through 5 tiers to break down the problem. What I am having difficulty with is how this information is saved to the table if it is all done with comboboxes. I need to have a record of these selections. Can you have a table set up with all of your tiers, have comboboxes query this table, and have the values saved to another table? How will this information be saved if it is not saved to a table. I can get the comboboxes to work on a form, but that is only running a query, how does this information get saved? Any help is greatly appreciated, and I hope I have explained my problem clearly.
Thanks,
Dave
Thanks,
Dave