SELECT Contact.[Contact ID], Contact.Role, Contact.Title, Contact.Forename,
Contact.Surname, Contact.[Job Title], Contact.Notes, Contact.[Last Updated],
Contact.[Date Acquired], Contact.delete, Company.[Company ID],
Company.[Company Name], Company.[Company Website], Company.[Company Email],
Communications.extension, Communications.Fax, Communications.Email,
Telephone.[Number Type], Telephone.[Telephone No], Address.[Address Type],
Address.[Address 1], Address.[Address 2], Address.[Town/City],
Address.County, Address.Country, Address.Postcode
FROM (Company INNER JOIN Contact ON Company.[Company ID] = Contact.[Company
ID]) INNER JOIN (Communications INNER JOIN ((Address INNER JOIN
([address/contact/comm] INNER JOIN Telephone ON
[address/contact/comm].[Contact ID] = Telephone.[Telephone No]) ON
Address.[Address 1] = [address/contact/comm].[Address 1]) INNER JOIN
[contact/address] ON Address.[Address 1] = [contact/address].[Address 1]) ON
Communications.[Telephone No] = [address/contact/comm].[Telephone No]) ON
Contact.[Contact ID] = [contact/address].[Contact ID];
hes the SQL i think the problem is the relationship with the tables in the
query becuase in the query yu know when yu go to the data sheet view i dont
even get the blank first record on the data sheet view for the qry so i know
something is wrong with it
is ther a way i can send yu my relationships using this SQL stuff cause i
dont use SQL its too complecated
