Jan 30, 2003 #1 barbs2 Technical User Jan 24, 2003 8 IE How do I read information from an access db into an array in vb.
Jan 30, 2003 #2 zemp Programmer Jan 27, 2002 3,301 CA Look into DAO or ADO to create a connection to the DB. You can then use recordset objects to pull data into VB. Thanks and Good Luck! zemp Upvote 0 Downvote
Look into DAO or ADO to create a connection to the DB. You can then use recordset objects to pull data into VB. Thanks and Good Luck! zemp
Jan 30, 2003 Thread starter #3 barbs2 Technical User Jan 24, 2003 8 IE Cheers that will work Upvote 0 Downvote