G
Guest
I have a form with a combo box that pulls from a preset list of choices in a table. I don't want the user to be able to modify or add to this list, so I have set Limit To List to "Yes" The problem is if I choose something from combo box on my form, it will modify an entry in my source table duplicating the last entry selected, resulting in a list that looks like this:
One
One
Three
instead of the original table data:
One
Two
Three
One
One
Three
instead of the original table data:
One
Two
Three