Hello,
I have a form that have a combo box. How can i get to clear all when I open it? It seems to load information on load.
Hello,
I have a form that have a combo box. How can i get to clear all when I open it? It seems to load information on load.
if you're using a bound form your combo box will populate with whatever the first record is.
The only way to have a 'clear' combo box when a form open is to have an unbound control.