Hello to all!
I am building a new database and I'd like a bit of help
The database stores various items for which there will be 1 or 2 or 3 photos of each, along with other fields such as description, date of acquisition etc.
How exactly do I create the table so that I can store 3 pictures on each item? I've read all the threads regarding picture management but I didn't find any clues when it comes to more than one photo per item.
Furthermore, I'd like some guidance on how to create a form to enter the data (an image path I suppose) so that when the user adds a new item, he will be able to add a photo by clicking a button that opens Windows explorer to help him find the path of the stored picture file.
I think the naming system I am following would help somehow. All the items will have a code such as ABC.1234 so I think the photos should be stored as
ABC.1234.1.JPG
ABC.1234.2.JPG
ABC.1234.3.JPG
so as to make it easier for the user to add the photo of each item in the appropriate folder. The photos will be stored in the same folder with the database file, in a subfolder named \photos.
Any ideas?
Thank you
I am building a new database and I'd like a bit of help
The database stores various items for which there will be 1 or 2 or 3 photos of each, along with other fields such as description, date of acquisition etc.
How exactly do I create the table so that I can store 3 pictures on each item? I've read all the threads regarding picture management but I didn't find any clues when it comes to more than one photo per item.
Furthermore, I'd like some guidance on how to create a form to enter the data (an image path I suppose) so that when the user adds a new item, he will be able to add a photo by clicking a button that opens Windows explorer to help him find the path of the stored picture file.
I think the naming system I am following would help somehow. All the items will have a code such as ABC.1234 so I think the photos should be stored as
ABC.1234.1.JPG
ABC.1234.2.JPG
ABC.1234.3.JPG
so as to make it easier for the user to add the photo of each item in the appropriate folder. The photos will be stored in the same folder with the database file, in a subfolder named \photos.
Any ideas?
Thank you