i need to store data from an array in VB6 into access...
what i need help with is to first check if the field exists in the database and if not then create it
if it does have a field (eg "Q1") then store the answer for question 1 in that field
now i can create the field and store the data
but i dont know how to check if the field exixts or not
can someone please help me??
thanks so much
PS
im using Dao