*Big One* feeding sql server data into MS Word 2007 forms
I think this is a more advanced problem and I thank in advance anyone that can help me on this endeavour:
I am creating word forms with legacy textboxes for students to fill in requests. These docs will be available through a student portal.
Now what I want to achieve is to give away the form partially filled according to the session on the web portal, thus feeding data into the ms word form from the database with a sort of "select * from x where y = session("user")" command
The following step would actually be to use an asp webform to populate a downloadable word form...
Software/languages used:
MS Word 2007
SQL Server 2005
Classic ASP
Any help?
|