Hi,
I have one form with an unbound combobox.
If I now move between different tabs which are listed on that form,
I always have to "refresh" the combobox, even the client name in the combobox is always visible to get the correct result in the listbox.
Also when I change something in the listbox, I always have to "refresh" the combobox, so that the changes are visible in the listbox. I try to set a click event on the different tabs
Me.combobox_client.Requery
Me.Listbox1.Requery
But that doesn't helps. I think there should be an easier way instead of clicking always on the same client which is already visible in the combobox.
thank you very much
Ben
I have one form with an unbound combobox.
If I now move between different tabs which are listed on that form,
I always have to "refresh" the combobox, even the client name in the combobox is always visible to get the correct result in the listbox.
Also when I change something in the listbox, I always have to "refresh" the combobox, so that the changes are visible in the listbox. I try to set a click event on the different tabs
Me.combobox_client.Requery
Me.Listbox1.Requery
But that doesn't helps. I think there should be an easier way instead of clicking always on the same client which is already visible in the combobox.
thank you very much
Ben