PDA

View Full Version : Solved: Update source of Combobox



mud2
05-22-2006, 07:22 AM
My program adds to the table that is the row source for a combo box. But the box (drop down) doesn't show the additions until i have closed the form that contains the combo box and then reopened it. I've tried REFRESH, REQUERY...(Perhaps in wrong places?) does not work. ??

OBP
05-22-2006, 08:19 AM
Where have you tried the "Requery"?
Did you use Combo.Requery or requery the form?
How was the table updated?
Do you use a query to get the data from the table for the combo or get the data directly from the table?