G
Guest
Hi guys, I know 'how do I refresh a combo box' has been asked and solved a
million times now but the solution does not seem to apply to my particular
problem.
I have a tabbed menu system, on which one page is a page showing the details
for any particular company, the idea is that you type the first few letters
of either the company name or the contact within a company and then their
details are loaded below. This works fine, however when you use the same for
to add a new contact, the combo boxes do no requery without closing and
reloading the whole form.
I have tried adding Me.ComboBox.Requery in the after update event of a field
on the form but this does not work.
So how I do requery two combo boxes that are in a sub form of a tabbed menu?
Thanks.
million times now but the solution does not seem to apply to my particular
problem.
I have a tabbed menu system, on which one page is a page showing the details
for any particular company, the idea is that you type the first few letters
of either the company name or the contact within a company and then their
details are loaded below. This works fine, however when you use the same for
to add a new contact, the combo boxes do no requery without closing and
reloading the whole form.
I have tried adding Me.ComboBox.Requery in the after update event of a field
on the form but this does not work.
So how I do requery two combo boxes that are in a sub form of a tabbed menu?
Thanks.