I have a listbox that contains a list of values which when selected sets off an ADODB sql command to the database and populates another listbox in the form based on the values selected in the first listbox.
This all works fine and dandy when a user is using the mouse to select the value/values they want. However if a user uses the arrow keys to move up and down the first list box, the data that appears in the second listbox corresponds to the previous item selected in the first list box - ie there is a one item lag.
Does anyone know if there is a way round this or is it a bug??
This all works fine and dandy when a user is using the mouse to select the value/values they want. However if a user uses the arrow keys to move up and down the first list box, the data that appears in the second listbox corresponds to the previous item selected in the first list box - ie there is a one item lag.
Does anyone know if there is a way round this or is it a bug??