CaptainBob007
Programmer
Hi -
I have a form used for lookiup up properties. It displays the owner name, phone number, address, and a photo of the house at that address. The photos are in external files, called by a text field called
, which is made up of the street and address numbers. If the photo is not there, it displays a "photo not found" graphic, also external.
Anyway all of the above works fine. My problem is that I have many many properties that I'm lacking a photo for. I'm trying to figure out how to write a query or script or something so it can go through my entire table
and get me all of the addresses of the properties I don't have photos for.
Any assistance would be appreciated.
~Bob
I have a form used for lookiup up properties. It displays the owner name, phone number, address, and a photo of the house at that address. The photos are in external files, called by a text field called
Code:
ImagePath
Anyway all of the above works fine. My problem is that I have many many properties that I'm lacking a photo for. I'm trying to figure out how to write a query or script or something so it can go through my entire table
Code:
tblProperty
Any assistance would be appreciated.
~Bob