G
Guest
Database is mdb with SQLServer2000 back-end, Access 2003 front-end. I create
a local (Access client-side) table. I add a single row to the temp table with
"INSERT INTO tmpTable (Field3, Field4) VALUES (xyz, abc);" Then,
myComboBox.RowSource = tmpTable
The added row does NOT show up in the combo box or in the tmpTable. However,
if I do this:
myComboBox.RowSource = tmpTable
lngListCount = myComboBox.ListCount
it works. Anybody seen this behavior before?
Jay
a local (Access client-side) table. I add a single row to the temp table with
"INSERT INTO tmpTable (Field3, Field4) VALUES (xyz, abc);" Then,
myComboBox.RowSource = tmpTable
The added row does NOT show up in the combo box or in the tmpTable. However,
if I do this:
myComboBox.RowSource = tmpTable
lngListCount = myComboBox.ListCount
it works. Anybody seen this behavior before?
Jay