So I'm making a character creator for a game I'm working on in my spare time.
For each character, powers can be chosen. Based on the character type there is a very large level of variance for how many powers can possibly be chosen.
What I need to be able to do is take a set of items from a listbox and save them to the access database. Each character is it's own row in the database.
I have it set to be able to save everything but this to the database... but this is throwing me for a loop.
Any suggestions would be appreciated.
For each character, powers can be chosen. Based on the character type there is a very large level of variance for how many powers can possibly be chosen.
What I need to be able to do is take a set of items from a listbox and save them to the access database. Each character is it's own row in the database.
I have it set to be able to save everything but this to the database... but this is throwing me for a loop.
Any suggestions would be appreciated.
Comment