Hi there.
I have a cascading combo box based on a table of specific types of incidents.
So:
If you enter x into combobox A, you get list 1.
Enter y into combobox A, you get list 2 and so forth.
I want to update list 2, adding in a new selection. It is based on a table on the backend of my database. I entered the new selection there, and it does appear in my forms, but at the bottom of the list instead of alphabetically.
I have fixed this problem with non dependent combo boxes before, but I'm not sure how to solve this one.
-Z
I have a cascading combo box based on a table of specific types of incidents.
So:
If you enter x into combobox A, you get list 1.
Enter y into combobox A, you get list 2 and so forth.
I want to update list 2, adding in a new selection. It is based on a table on the backend of my database. I entered the new selection there, and it does appear in my forms, but at the bottom of the list instead of alphabetically.
I have fixed this problem with non dependent combo boxes before, but I'm not sure how to solve this one.
-Z