to save msword macros to database using asp.net
I want my application to save msword macros (the fields) to database(sqlserver-2000). The users of the site will be able to download the doc file with specified macros, users will write their own info. into the fields of the doc file, save the file and upload to the site. My application which I am making in asp.net (using vb.net) in web matrix should be able to distinguish each macro's(field's) values and save the values to the corresponding columns in database. Pl. suggest a detailed procedure for the same.

