You need to Requery the ComboBox on the SubForm separately, or you could simply put a Me.ComboBoxName.Requery in the OnEnter or GotFocus event of that ComboBox.
You need to Requery the ComboBox on the SubForm separately, or you could simply put a Me.ComboBoxName.Requery in the OnEnter or GotFocus event of that ComboBox.
Oh my god, that worked (Me.ComboBoxName.Requery)
You won't believe, but I have tried exactly same code everywhere - on MainForm, PopUp form and SubForm, but unfortunatelly on almost every Event - EXCEPT GotFocus
Thanks again !!!
Well by golly, there was a solution! Glad we could help.