I have a combobox populated with items from a table.
I want the form to show records with the value from the combobox i a specific field - and it works ... sort of !
I want to PRESET the combobox to the FIRST item and I use this code to do it:
cboHType.SetFocus
cboHType.Selected(0) = True
But in whitch event should I place the presetting code ?
I have tried Load, Open, Current ... non of them gives the result I want