To anyone who can help,
I have a combo box that populates names based on the department.
One thing I want the combo box to do is to select the first person in that list when the form opens. Instead it shows blank until you select a person. Is there a way to do this? I know you can do it in a listbox by using:
Me!Listbox.Selected(1) = True
Is there a simple way to do this for the combo box also?
Thanks
I have a combo box that populates names based on the department.
One thing I want the combo box to do is to select the first person in that list when the form opens. Instead it shows blank until you select a person. Is there a way to do this? I know you can do it in a listbox by using:
Me!Listbox.Selected(1) = True
Is there a simple way to do this for the combo box also?
Thanks