H
Harry Athey
I have a need to load pictures from a file into the SQL2005 backend database
through access 2007 front end. The picture file will be destroyed within
minutes by an automated process but I need to store the actual pictures in
the database and not a pointer to the file.
I then need to know how to pull the picture back from the database and
display it in a form.
I know this will take up a lot of room on the database, but that is the
requirement.
I cannot copy the file to another location or filename and then add a link
to the file into the database for security reasons.
I seem to be able to find some examples in c# out on the net, but I need a
VBA solution for access 2007.
Thanks for the help.
through access 2007 front end. The picture file will be destroyed within
minutes by an automated process but I need to store the actual pictures in
the database and not a pointer to the file.
I then need to know how to pull the picture back from the database and
display it in a form.
I know this will take up a lot of room on the database, but that is the
requirement.
I cannot copy the file to another location or filename and then add a link
to the file into the database for security reasons.
I seem to be able to find some examples in c# out on the net, but I need a
VBA solution for access 2007.
Thanks for the help.