Pleasa How to populate An Access data base.
How can i retrieve Data Displaying on 8 textboxes to populate an Access Database.the data are collected from the textboxes every 3 to 4 mins.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Dave ChikaPosted Sep 7, 2009, 3:31 PM
Hello Kirtan , i appreciate your concern on my question.but can u just give a sample code to start from.
Kirtan PatelPosted Sep 6, 2009, 9:46 AM
1.Use timer Control
2.Write a method to Retrieve data into Text Boxes.
3.Check Whether Data is Changed After Previous Retrieval if So
4. Insert the New Data Which is On Text Box to Your Database
dont forget to mark "Do you like answer" if answer helped you it will give me some credits :)
Dave ChikaPosted Sep 5, 2009, 3:22 PM
thanks for your interest on my question,let me give more info about wat i mean.
i want to retrieve data which are being displayed on 8 textboxes,these data are continously updated like every 2 to 3 minutes i.e the data displayed on the 8 textboxes changes to a new value every 2 to 3 minutes(Realtime),so i want to be retrieving and storing those data on an Access Database.i.e as a kind of storage.
Kirtan PatelPosted Sep 3, 2009, 10:30 PM
what do you mean by populate 3-4 min?
Furqan ZafarPosted Sep 3, 2009, 8:18 PM