Hello! In a form I have a combobox control which is loaded with data from an access database. Before the form is displayed I get a click event from this control, and I don't know way. public sub test() load frmForm getData 'procedure which get data from database and inserted in combobox ' before this I get a click event frmForm.Show end sub thank you!