ok, i'm not sure what the best way to do this is, but what i want to do is to create a list of student_ids from the table tbl_student, and then whack them into an array, so that i can go down the list, and run queries based up the student_id (until the whole list of students has been processed)... i had a look for returning sql query results into an array, but i didnt turn up much useful, and i wasnt sure if that is the best way to go about it... i dont think making a table is useful, and tbh would rather keep put the students_id into an array rather than passing it into a table only to extract it again...
anyhow, do i want to be exporting the results of a query into an array, and if so how do i go about doing it, i read the other day that i cant do a straight "SELECT tbl_student.Student_ID
FROM tbl_student;" statement with VBA (only run insert/update etc statements), but i've managed to find and 'add' the Microsoft DAO 3.6 (maybe 3.5?) control, not sure if that helps tho..
any help for the VB newbie welcome
cheers
mark