G
Guest
Ok I swear I've read and tried previous posts on this topic but I'm still
stumped.
It should be simple but...
I have a form based on a query: [ReportingQuery]. Within this form I have
a cobo box with a rowsource based on a another query [Qry_RefSourceMain] as
follows:
SELECT Qry_RefSourceMain.RefID, Qry_RefSourceMain.[Combined Contact] FROM
Qry_RefSourceMain ORDER BY Qry_RefSourceMain.[Combined Contact];
If the "[Combined Contact]" does not appear on the drop-down, the user
clicks on a button which opens a pop-up form to add entries to the table
underlying the [Qry_RefSourceMain] query.
MY PROBLEM -- after closing this pop-up form, the combo box is not updated
with the new entry. I've tries docmd.requery everywhere I can think to put
it with no success. Unfortunetly, this is the extent of my coding skills. I
saw some similiar issues in other postes but was unable to adapt the code to
my form. Closing as reopening the form works but is obviously not the ideal
solution. This is driving me nuts so any help would be greatly appreciated.
stumped.
It should be simple but...
I have a form based on a query: [ReportingQuery]. Within this form I have
a cobo box with a rowsource based on a another query [Qry_RefSourceMain] as
follows:
SELECT Qry_RefSourceMain.RefID, Qry_RefSourceMain.[Combined Contact] FROM
Qry_RefSourceMain ORDER BY Qry_RefSourceMain.[Combined Contact];
If the "[Combined Contact]" does not appear on the drop-down, the user
clicks on a button which opens a pop-up form to add entries to the table
underlying the [Qry_RefSourceMain] query.
MY PROBLEM -- after closing this pop-up form, the combo box is not updated
with the new entry. I've tries docmd.requery everywhere I can think to put
it with no success. Unfortunetly, this is the extent of my coding skills. I
saw some similiar issues in other postes but was unable to adapt the code to
my form. Closing as reopening the form works but is obviously not the ideal
solution. This is driving me nuts so any help would be greatly appreciated.