-
Hi,
I have a small VB program for user to do some experiment. It's more like a survey format. User can enter "Age" and stuff like that and select the pictures they like the most in the program. I use Access to keep track of the database informations. But I don't know how to link this database to my VB program. Please help!!!!!!!!!
-
VB Databases
You can use either DAO or ADO to do this(DAO is easier, i think, for small DB's). Add a reference to the DAO Object Library v3.6 (for Access 2000).
Then you will need to code the DB, there is a tutorial at http://www.vb-world.com/databases/dbtutorial/. I haven't read it(i learned DB's with the Wrox books). Very Good!!!