Hello there folks. I am trying to save data from 31 textboxes in an array called StudentNameTXT(0) to (30) to the first column of my access 2003 database file. It is not password protected or anything, but the trick for me is I would like the name of the table to the name of the current month and year. That part is easy, I have them both in a label caption called DateLBL.caption.
I have seen ways when you create a folder to check if it exists before making one in vb6, but is there something equivalent to a database table?
Basically when I am done typing in the student names into the array, I would like the program to check the database to see if there is a table with a name matching the forms DateLBL caption, and if not, use that label caption as the name of the table. I would like to then name the tops of the first column "Student Name", then user that name, save the student names.
Would I use DAO or ADO to reference? I haven't used database in a while... lol
Thanks.
I have seen ways when you create a folder to check if it exists before making one in vb6, but is there something equivalent to a database table?
Basically when I am done typing in the student names into the array, I would like the program to check the database to see if there is a table with a name matching the forms DateLBL caption, and if not, use that label caption as the name of the table. I would like to then name the tops of the first column "Student Name", then user that name, save the student names.
Would I use DAO or ADO to reference? I haven't used database in a while... lol
Thanks.