mud2
05-23-2006, 08:01 AM
To keep thge source (table) of a Combo box current while the table is being changed (added to), do this:
Immediately after the table change,
Combo.Requery
That does it!
It's so nice when something works!
Immediately after the table change,
Combo.Requery
That does it!
It's so nice when something works!