I once noticed the same thing. I can't recollect if it was a bug, by design,
etc.
To get it to work, requery the recordset returns, then programmatically
reconnect the recordset to the DataSource, DataMember properties of the
combo box.
If you ever find out another method, post away, in case this problem you
posted is the same one I once encountered. I would love to eliminate the
kludge.
Quote:
> I have a Data Combo box bound to a Data Environment Command using a Static
> Read Only Client Side Recordet. I want to be able to update the list to
> reflect any changes others have made to the underlying data but calling
> Refresh on the Recordset or ReFill on the Combo Box don't achieve this
> result?