MrSandman666
Programmer
My problem looks like this:
I have a form with a listbox that contains teh data of a table. Now I open a form("AddNew"
to add a new entry to that very table. I want to update the listbox automaticaly when my AddNew form closes. Ho wdo I do that? After I open the AddNew form in a function with DoCmd.Open, that function keeps running. How can I make it wait for the form to close?
I have a form with a listbox that contains teh data of a table. Now I open a form("AddNew"