Okay, here's the main theme. I'm making a program that allows you to store, add and browse CD Serial keys. You open up the program and in the main window you have three main options. "Add" "Look up" and "Browse". You click on add and it brings up a window which has three fields to put text into, "Name" "Type" (game software or other) and "Serial #", and at the bottom is an "Add!" button, so when you click that it's suppose to add the name, type, and serial # to some sort of table under the name, type and Serial # columns. Any idea on how to do that?