D
Dorian
This query runs fine in the designer but fails at runtime with "This
expression is typed incorrectly, or is too complex to be evaluated etc etc."
Any ideas? I'm clueless.
SELECT C.LN, C.FN
FROM tblClient AS C INNER JOIN tblTeamMembers AS M ON C.ID = M.DevID
WHERE C.ActiveSW = True AND M.ActiveSW = True AND M.TeamID =
[Forms]![frmHDTicket]![cmbTeam]
ORDER BY C.LN, C.FN;
-- Dorian
"Give someone a fish and they eat for a day; teach someone to fish and they
eat for a lifetime".
expression is typed incorrectly, or is too complex to be evaluated etc etc."
Any ideas? I'm clueless.
SELECT C.LN, C.FN
FROM tblClient AS C INNER JOIN tblTeamMembers AS M ON C.ID = M.DevID
WHERE C.ActiveSW = True AND M.ActiveSW = True AND M.TeamID =
[Forms]![frmHDTicket]![cmbTeam]
ORDER BY C.LN, C.FN;
-- Dorian
"Give someone a fish and they eat for a day; teach someone to fish and they
eat for a lifetime".