Group: microsoft.public.access.forms · Group Profile · Search for Resident1 in microsoft.public.access.forms
Author: Eric
Date: Jul 27, 2007 04:24
On Thu, 26 Jul 2007 15:28:01 -0700, Eric <Eric@discussions.microsoft.com> wrote: SELECT Properties.*, Owners.FirstName, Owners.LastName, PropertyManagement.ManagementCompany, [Lease Signing Table].Resident1, Owners.MobilePhone, PropertyManagement.MobilePhone AS MobilePhone_PropertyManagement FROM [Lease Signing Table] INNER JOIN (PropertyManagement INNER JOIN (Owners INNER JOIN Properties
|