I have a combox box which is bound to a field in a table and selects its list from a querry.
After the end user chooses the field - everything works as it should - when using the mouse. If the end user chooses to use the down arrow to select it works - EXCEPT that the screen still shows part of the combo list. (It is not a list box). I need the screen to repaint. I have tried to docmd.repaint object - but that doesn't change screen either. I can correct the screen if I open/close shutter bar.
code is: (onkeydown)
me.fieldname.dropdown
How can I get the screen to clear list after item is choosen using dropdown - again if end user uses mouse it all refreshes perfectly.
After the end user chooses the field - everything works as it should - when using the mouse. If the end user chooses to use the down arrow to select it works - EXCEPT that the screen still shows part of the combo list. (It is not a list box). I need the screen to repaint. I have tried to docmd.repaint object - but that doesn't change screen either. I can correct the screen if I open/close shutter bar.
code is: (onkeydown)
me.fieldname.dropdown
How can I get the screen to clear list after item is choosen using dropdown - again if end user uses mouse it all refreshes perfectly.