I have a program that I am writing to save word docs to a database. I would like to save the docs in the database this seems easy enough, but how can I pull those documents out of the DB to allow the user to view using a command button, or whatever I decide.???

I am able save the doc to the DB, but I am not sure after that.
What I want to do is...... I have several docs that pertain to certian customer, or sales rep. I would like to be able to allow the user to search through the database based upon customer, or sales rep criteria and then select the doc they want to see from that filtered down criteria. I am not sure if I am going to use a datagrid to dispaly the criteria they filtered, then allow them to double click on the item they want then dispaly the doc.. At this point I am not sure how I am going to do it....... because I am not even sure how to pull the doc out of the DB.. Please point me in the right direction..... Thanks