I use
dim mydb as recordset
and also use
mydb.update
in certain required places like the update command button clicking. It works, by adding the new value in database. I have a list that shows the values of that db. But the main problem is i cannot see the newly added values unless i exit and reopen the application. after reopen i can see the newly added value. But i want to see the value in run time after clicking the add button which add value from a text box that i write. Sorry for the long literature, please help me.
shahriar2403 0 Light Poster
Recommended Answers
Jump to Post— ryan_vietnow 13try list1.refresh after the updating part,
but sometimes this does not work.
Best way,after updating,close the connection then open it again,ok?
Jump to Post— SCBWV 441Try mydb.requery as well
All 6 Replies
ryan_vietnow 13 Posting Pro
SCBWV 441 Junior Poster
shahriar2403 0 Light Poster
ryan_vietnow 13 Posting Pro
debasisdas 580 Posting Genius Featured Poster
choudhuryshouvi 33 Posting Pro
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.