Hello,
I recently began with VBA and I have some trouble to requery a combo box inside a tab.
In my main form, I use an unbound form to update the combo box. It only works one time ... if I try to update the combo box again, nothing happens.
Here is the code :
Forms!MAIN_FORM!SUB_FORM.Form.Requery
If I try to requery directly the combo box inside the tab, I got an error, it does not find the controller inside the tab.
Thanks in advance!!
I recently began with VBA and I have some trouble to requery a combo box inside a tab.
In my main form, I use an unbound form to update the combo box. It only works one time ... if I try to update the combo box again, nothing happens.
Here is the code :
Forms!MAIN_FORM!SUB_FORM.Form.Requery
If I try to requery directly the combo box inside the tab, I got an error, it does not find the controller inside the tab.
Thanks in advance!!