E
Eddie Ward
Just wondered if I could on my recordset merge two data columns on my
cascading combo the sql of the combo is as follows:
SELECT [Company Contacts].CompanyContactID, [Company Contacts].FirstName,
[Company Contacts].LastName
FROM Companies INNER JOIN [Company Contacts] ON Companies.CompanyName =
[Company Contacts].Company
WHERE ((([Company Contacts].Company)=[Forms]![Candidates_View]![Company]))
ORDER BY [Company Contacts].LastName;
But I want the box to display in the drop down a combination of first and
last name and then use this to update the recordset in the candidates table.
Thanks
Ed
cascading combo the sql of the combo is as follows:
SELECT [Company Contacts].CompanyContactID, [Company Contacts].FirstName,
[Company Contacts].LastName
FROM Companies INNER JOIN [Company Contacts] ON Companies.CompanyName =
[Company Contacts].Company
WHERE ((([Company Contacts].Company)=[Forms]![Candidates_View]![Company]))
ORDER BY [Company Contacts].LastName;
But I want the box to display in the drop down a combination of first and
last name and then use this to update the recordset in the candidates table.
Thanks
Ed