Beany
Registered User.
- Local time
- Today, 09:46
- Joined
- Nov 12, 2006
- Messages
- 155
Hi,
im using the following query:
There seems to be a problem with this, i cant work it out??
Can someone please have a look for me? Many thanks
im using the following query:
SELECT Contacts.ContactID, Contacts.DateOfBirth, Contacts.Disabled, Contacts.PostalCode1, Contacts.Ethnicity, [Language].[Language], Contacts.Sex, Calls.Callid, Calls.Subject_Category, Calls.[Level], Calls.ContactMethod, (SELECT Calls.CallDate IF Calls.CallDate = Contacts.DateFirstContact) FROM (Contacts INNER JOIN Calls ON Contacts.ContactID = Calls.ContactID) LEFT JOIN [Language] on Contacts.[Language] = [Language].LanguageID WHERE CallDate BETWEEN " & fromDate & " AND " & toDate
There seems to be a problem with this, i cant work it out??
Can someone please have a look for me? Many thanks
Last edited: