I have a combo box that I add items too when the form is activated. I am using a range where clause to get records from a table that I use to populate the items. In Sql Server running the same conditions I get twice as many items than what is actually loaded into the combo box. Is there some limit that is casing this behavior?