N
NielsE
I am trying to have the combobox: Region, to requery after update the
combobox CountryName in a subform that is bound to the TabCtl23 (tabcontrol)
on the main form. I think I have used all diffenrent kinds of combinations
for the the following syntax, but it does not work. Please help.
Private Sub Region_AfterUpdate()
[TabCtl23]![subfrmProcountry]!CountryName.Requery
End Sub
Thanks in advance.
Niels
combobox CountryName in a subform that is bound to the TabCtl23 (tabcontrol)
on the main form. I think I have used all diffenrent kinds of combinations
for the the following syntax, but it does not work. Please help.
Private Sub Region_AfterUpdate()
[TabCtl23]![subfrmProcountry]!CountryName.Requery
End Sub
Thanks in advance.
Niels