I have a table with the following fields:
First Name
Last Name
SSN
photo path
license number
employee number
Employee number is my primary key. photo path is a path to the location of the license photo. I want to have a report that asks for the employee number and when typed in and user continues, it will show the picture. I can do everything except make the photo display, nothing displays (as far as the picture goes) What should the table filed be and what do I need to do to the form to make the picture display. There are about 12,000 records.