Hi all. My issue is with the autocomplete function in my comboboxes. I am using comboboxes because in doing database entry, in a few instances I have a very long list of possible entries. Obviously part of the functionality of a combobox is that using autocomplete helps with standardization of entries. I have a separate table with various columns that have my list of options. Two of these lists are very long - over 100 options to choose from. Everything has worked fine for the past couple years, but for some reason beginning today (or so I believe), autocomplete only works through row option #100. For everything after #100, autocomplete simply doesn't function, though I can still enter a value into the field. I cannot find anywhere that specifies a limit on the number of entries autocomplete can look through. I am trying to find out if there is a limit, and if so, is there a property value somewhere that allows me to override this limit.
If more information is helpful, I am a zooarchaeologist. My columns with very long lists are in a table (Faunal Codes) and are Taxon and Body Part. If we take Body Part as the example, I want to enter Femur as the Body Part in my Faunal Database Body Part Combobox. In the Faunal Codes table with my list, Femur happens to be entry #148. As I type in "f", I see the first entry in my list that starts with F (Frontal). When I continue and have "Fe", Femur should be the next autofill option. However, since it is past column #100 in the Faunal Codes table, nothing ends up autofilling.
I realize that there may be issues with the structure of my database. However, the reality is that given where I am with analysis and trying to finish this project, I simply don't have time to attempt to build a new, more elegant database - I am not an Access expert and the amount of time it would take to get familiar with the ins and outs simply isn't feasible at the moment. I can take those suggestions in for the next time I want to do faunal analysis, but at the moment I'm mainly looking for a solution (or recognition that there isn't a solution) to this specific problem.