When you use an Acces2000 database, you have to create a new table in Design view. In the first field you must enter the fieldname. In the second field you must enter the data type. Chose the OLE Object from the list. Now save your table and exit the Design view. (Chose yes if Access asks you for a primary key)
To add for example an image to the database, double click on the table you just saved. The table is now opened for inserting record into it. Right-click on the OLE Object field and chose Insert Object. Now you can insert almost any object you prefer.
Then)I want to see this pdf document on the form in the run-time.But i dont want to open Acrobat reader.
I will take it to a picturebox or an imagebox.
Can i do that?
Thank you very much.
You might want to try to load the .pdf file into a RichTextBox-control. (use CTRL-T to browse for this component Microsoft Rich Textbox Control). This control has a method called LoadFile. I donno if this control supports pdf files, but you can give it a try.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.