I have a combobox called cboMaxVal. When I open a form called frmMain, I want value in the cboMaxVal to be set to the query qryGetMaxVal.
Currently when I open the form, I need to click on the dropdown arrow before I can see the value from the query. Is there a way to have it appear in the combobox without having to click the dropdown?
Currently when I open the form, I need to click on the dropdown arrow before I can see the value from the query. Is there a way to have it appear in the combobox without having to click the dropdown?