ionutdinulescu
Programmer
I have a form with a listbox filled with records from a table. When I click on a record, a new form appears, where I can delete this record. After I invoke :
List.Recordset.Requery
List.Requery
the deletion is reflected, but the record is not gone, only filled with #deleted.
Is there any workaround for this ?
List.Recordset.Requery
List.Requery
the deletion is reflected, but the record is not gone, only filled with #deleted.
Is there any workaround for this ?