I wonder if it's possible to call up a PDF form from within VB .Net, then populate the fields on the PDF from a MS SQL database. I am now working on an application that needs to generate some forms as output. The forms were already created in Adobe Acrobat and all I need to do is to fill the data into the forms. I know I could import within Adobe, but the problem is often times the user only needs to print out one record at a time. If I have to instruct them to do the import, it may be too much for them to do. And, if I can't get the PDF to work, then I"ll have to re-create the whole form in Crystal which will probably take forever since the forms are quite complex. Any suggestion will greatly be appreciated.