This is my first assignment - to create a simple app/form which calls a stored proc to retrieve the info and populate the form based on the parameter entered. I finally have that all working, but I also created a File and Exit Menu. I am trying to put the code into the click event of the File|Print. 

Then my next step, if you have any tips is to do Error handling (Try/Catch) for 
Bad Input 
DB Permissions (on the USP, for example) 
DB credentials failure 
DB non-existant column 

Thank you much!