daveUK
02-11-2002, 03:55 AM
I've created a database that allows users to store and categorize their digital photos. I've created a form that allows the user to view images stored in any location (i.e. A, C or D drives). The file can then added to the database by clicking on the cmdAdd button, this opens up a new form (frmPhoto) and the location of the file is copied from the preview form to the new form (frmPhoto) using the OpenArgs method (thanks Jack!).
Is it possible to 'copy' the image to the new form (frmPhoto) aswell as the text?
The image is linked to the database rather than stored within it.
Thanks in Advance
Dave
Is it possible to 'copy' the image to the new form (frmPhoto) aswell as the text?
The image is linked to the database rather than stored within it.
Thanks in Advance
Dave