G
Guest
My apologies if this has been asked before.
I have been tasked with developing a student admin database for our school.
The school has over 1000 students, each with their own photo.
I have 2 questions:
1. How can I insert a jpeg photo into a report for each student? I have
converted the jpegs to bmp and insert them fine, however the file size just
blows right up when I do this.
2. Given that I have solved question 1....how do I insert photos for over
1000 students easily? I couldn't imagine having to manually go through and
add each one as an OLE in the data table.
FYI....each student is identified by a unique ID (the primary key) and
photos of each student is sitting in a separate folder on my computer. The
photo name matches the students' ID (e.g Student with ID number 07001 has a
photo called "07001.jpg".
Any clues would be hugely appreciated.
I have been tasked with developing a student admin database for our school.
The school has over 1000 students, each with their own photo.
I have 2 questions:
1. How can I insert a jpeg photo into a report for each student? I have
converted the jpegs to bmp and insert them fine, however the file size just
blows right up when I do this.
2. Given that I have solved question 1....how do I insert photos for over
1000 students easily? I couldn't imagine having to manually go through and
add each one as an OLE in the data table.
FYI....each student is identified by a unique ID (the primary key) and
photos of each student is sitting in a separate folder on my computer. The
photo name matches the students' ID (e.g Student with ID number 07001 has a
photo called "07001.jpg".
Any clues would be hugely appreciated.