I would like to know how I could create a picture field as part of my database that will enable the user to paste/put/dragdrop a picture into the field.
The field will be linked to a table column in my database so that when the user pastes a picture on the form, access will store the picture into the table.
I would then like to write some vb code that will interact with the database. It should take those pictures stored in the table and then copy them into newly created files on the hard drive. Then it will be able to replace the picture files in the database with simply the links (so that the size of the access file is not huge).
After the links are created, when browsing through the records, one will be able to see the linked pictures on the form.
Thanks.
The field will be linked to a table column in my database so that when the user pastes a picture on the form, access will store the picture into the table.
I would then like to write some vb code that will interact with the database. It should take those pictures stored in the table and then copy them into newly created files on the hard drive. Then it will be able to replace the picture files in the database with simply the links (so that the size of the access file is not huge).
After the links are created, when browsing through the records, one will be able to see the linked pictures on the form.
Thanks.