I got new task where I need to design one access form. The page has two sections.
Section 1: I want a give option to user where they can click on button and select PDF file by using Application.FileDialog. After selecting the file, I want a transfer the PDF file to the Access/SQL database and store the pdf file into the database.
Section 2: I want create the image box or any other object where I can display the uploaded file from Access/SQL database.
User need to upload the file to database table and then pull the imported file from database and display as picture on image box or any other control box.
I have done browse the file by using Application.FileDialog and import the selected text file to Access database. I haven’t transferred PDF file to database and pull the file display on screen. Can anyone help me out here.
Section 1: I want a give option to user where they can click on button and select PDF file by using Application.FileDialog. After selecting the file, I want a transfer the PDF file to the Access/SQL database and store the pdf file into the database.
Section 2: I want create the image box or any other object where I can display the uploaded file from Access/SQL database.
User need to upload the file to database table and then pull the imported file from database and display as picture on image box or any other control box.
I have done browse the file by using Application.FileDialog and import the selected text file to Access database. I haven’t transferred PDF file to database and pull the file display on screen. Can anyone help me out here.