Hi, I am new to VB6. Currently I am suppose to write a programme for checking book stock.whenever if there is any insufficient books in the data i will have to gather all the insufficient name of any book in a msg and send out to the user. For my current project i tried using array to access mircosoft access 2003 database.I could not check all the element in the array list.
EG.
Name of books:
Harry Portter
Spiderman
Batman
When any of the books is low on stock it will be insufficient. I want to use array to gather the books that is being insufficent so that i could get the information for that book/books.