Question
Joining 2 cfqueries
I'm trying to join 2 separate queries. One query is coming
from a table that contains the property number and address. The
other query is created by using QueryNew which contains property
number and datelastmodified (cfdirectory). My goal is to run a
query that displays all the property from the table with the last
modified date of the jpg. The filename of the jpg is the same as
the property number.
Example:
Property Number: Address: Photo Name: Date Photo Uploaded:
12345 (from table) 123 Main St (from table) 12345.jpg 02/09/2009 01:00PM (cfdirectory)
Example:
Property Number: Address: Photo Name: Date Photo Uploaded:
12345 (from table) 123 Main St (from table) 12345.jpg 02/09/2009 01:00PM (cfdirectory)
