Hi, I'm not sure if I'll be able to explain this problem clearly, but here goes anyway. I have a combo box in a form, and the combo box has a lookup row source like "Select DISTINCT [fieldX] From [tableY]". I have a button on the form to bring up a popup form to add a new record to tableY. The problem is that when I close this popup form the new record does not show up in the combobox drop down. Only when I close the form and reopen it does the new record appear. I have tried using a macro to close the popup and then repaint the from, and also close the popup and save the form but neither seems to work. Any advice?
Thanks, Paul.
Thanks, Paul.