Question Best way to use database and pass array?

Nouveaish

Member
Joined
Dec 3, 2012
Messages
10
Programming Experience
Beginner
I developed a program where a user first looks at a welcome screen to choose between 4 things-- they can look at the cost of flower seeds, vegetable seeds, supplies, or view the database. I want a user to be able to view all available seeds in the database. I don't want any deletions but users are welcome to add. Then I would have a label saying "Please enter a seed for a plant you would like to see sold in the future." They'd fill in appropriate fields such as name, how it grows, how many seeds per packet there should be, etc. How can I pass an array using this database?

The extent of data manipulation should be adding only, and I'd like to have access to an excel sheet with pre-filled data. I watched this video online and have a good idea on how to start, but what is the BEST way to do this? Obviously the data will be accessed using a separate form:

Visual Basic - A powerful Database Tool - YouTube

Your help would be greatly appreciated!
 
Back
Top