Thanks MichaelRed with your suggestion but it already has its LimitedtoList property set to True.
When I close the Client form it puts the focus on the combo box in the dropdown position but the new entry isn't there. If I select any one randomly and there key back to the combo box, there it is!
Control Source: InvoiceDetails.ClientID
Rown Source: qryInvoiceClientSorted
Bound Column: 3
LimitToList: Yes
Combo After_Update()
Me.combo box.requery
Why is this so?? this is driving me crazy, it should work.
Angelique
When I close the Client form it puts the focus on the combo box in the dropdown position but the new entry isn't there. If I select any one randomly and there key back to the combo box, there it is!
Control Source: InvoiceDetails.ClientID
Rown Source: qryInvoiceClientSorted
Bound Column: 3
LimitToList: Yes
Combo After_Update()
Me.combo box.requery
Why is this so?? this is driving me crazy, it should work.
Angelique