Hot said:
I want to have a blank photo box in the database, as i will be using
the database on a computer that does not have access. As the data is
entered the photo can then be added.
If the PC will not have Access installed were you planning on using the runtime
distribution? An Access file cannot be run on a PC without Access installed.
Essentially your table needs to store the path to the file you want displayed.
The path can get into the the table by any means you like. To allow the user to
"browse" to the file so that they don't have to enter the path manually will
require more code and that code will have to make use of a fairly advanced
Windows API call. Example of this code can be found at the link below...
http://www.mvps.org/access/api/api0001.htm