Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Table Update

Status
Not open for further replies.

simran1

Programmer
Joined
Apr 23, 2002
Messages
82
Location
US
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.
 
try and refresh your listview after you update the table ----------------
Joe
 

If you are using the same recordset you may need refresh or requery it so it is updated with the current information.
 
Have you tried to use the .Refresh method after editing the records?
 
I'm so slow, lovel & vb5 bit me on this.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top