P
Phil Hood
Hi,
Can anyone suggest why the following code generates the
error: "Can't find the field 'Match' referred to in your
expression"
strQuerySQL2 = "SELECT Results.RiderID FROM Match INNER
JOIN Results ON Match.MatchID = Results.MatchID WHERE
(((Results.RiderID)= " & [Forms].[add team details].
[RiderID] & ") AND 2004 = " & DatePart("yyyy", [Match]!
[MatchDate]) & ";"
I'm stumped. Help please!
Thanks Phil.
Can anyone suggest why the following code generates the
error: "Can't find the field 'Match' referred to in your
expression"
strQuerySQL2 = "SELECT Results.RiderID FROM Match INNER
JOIN Results ON Match.MatchID = Results.MatchID WHERE
(((Results.RiderID)= " & [Forms].[add team details].
[RiderID] & ") AND 2004 = " & DatePart("yyyy", [Match]!
[MatchDate]) & ";"
I'm stumped. Help please!
Thanks Phil.