Hi all,
I am at my witts end in trying to figure out how I can select a record from a list box without using a mouse or keyboard command. In my box, there is either 0 records found or 1 record found (there will never be more than 1 found). I requery the box on GotFocus, and I use KeyDown to launch an If statement, which looks at the result of the query. Works great if I select the record in the box with a mouse. I have tried a combo box that automaticly drops down with success, but that's also when I use a mouse click.
Any Ideas?
chuck
I am at my witts end in trying to figure out how I can select a record from a list box without using a mouse or keyboard command. In my box, there is either 0 records found or 1 record found (there will never be more than 1 found). I requery the box on GotFocus, and I use KeyDown to launch an If statement, which looks at the result of the query. Works great if I select the record in the box with a mouse. I have tried a combo box that automaticly drops down with success, but that's also when I use a mouse click.
Any Ideas?
chuck