Query problem - null?

S

stephen.belyea

My apologies if this is a duplicate - I don't think the previous one I
wrote was mailed.

Here's the issue:

I'm trying to create a query that displays all of the properties in
our database, as well as the date they were inspected. Not each
property has been inspected, but I would still like the property to
show up on the report. For properties that have not been inspected,
there is no record in tblInspection for that property.

tblProperty.PropStreet = property name
tblInspection.InspDate = inspection date

Thanks!
 
J

John Spencer

See answer to your previous posting

--
John Spencer
Access MVP 2002-2005, 2007
Center for Health Program Development and Management
University of Maryland Baltimore County
..
 
Top