Hi folks,
I have a pretty simple TDB-list - bound to a DAO-Data-control - in a
VB6-form that I'm using to display records the user will use to select
records to be deleted from.
After the user selects an entry and clicks the delete-button, a different
recordset will be opened (the one used with the TDB-List won't allow
deleting it using the DAO-DC) and the selected record will be deleted.
After having deleted that record, I'm issuing a .Refresh for the DAO-DC in
order to have the list be displayed without the record that just got
deleted.
However - the .Refresh will not behave as assumed - the record will still
show up within the TDB-list although it's definetely not there anymore.
If I simply unload and reload the form, everything will be fine.
Any hints on this?
TIA,
Olaf
Click here to view the original newsgroup article (read only).