Hi,
I am using MS Access with VB 6.
I am using a particulat Listview to display my data from a table depending on some criteria. I have options to add, edit or delete the contents from the Listview, which in turn affects the table to do any of the same function.
But The problem here is, when i edit some record, i update the table and reload the listview from the table. But i don't see the current changes. If i do some other work and come back or when i reload the form, i see the changes made.
I guess there is a delay in updating the record to the table, how do i solve this problem.
I appreciate the time taken to help me.
I am using MS Access with VB 6.
I am using a particulat Listview to display my data from a table depending on some criteria. I have options to add, edit or delete the contents from the Listview, which in turn affects the table to do any of the same function.
But The problem here is, when i edit some record, i update the table and reload the listview from the table. But i don't see the current changes. If i do some other work and come back or when i reload the form, i see the changes made.
I guess there is a delay in updating the record to the table, how do i solve this problem.
I appreciate the time taken to help me.