I have just discovered that an application I inherited uses a combo box with "limit to list". So if you start typing it homes in on an entry from the...
Perhaps an easy solution is to set the text box unbound until the combobox is filled. I mean to set the textBox controlsource to Null in dessign mode...