G
Guest
Hi Everyone,
I have a list box on a form name 'frmPersonelList' whom rowsource property
is dynamically assigned a query string. On this form there is a delete button
that basically calls a vb routine to delete a record from the table. The
routine works just fine. My problem is even after the record is deleted in
the table and I use the instruction to requery the list box, the deleted item
from the table still remains on the list box. I used the refresh method of
the Form object and it doesn't work either. Could you please provide some
help.
I have a list box on a form name 'frmPersonelList' whom rowsource property
is dynamically assigned a query string. On this form there is a delete button
that basically calls a vb routine to delete a record from the table. The
routine works just fine. My problem is even after the record is deleted in
the table and I use the instruction to requery the list box, the deleted item
from the table still remains on the list box. I used the refresh method of
the Form object and it doesn't work either. Could you please provide some
help.