SELECT Results.MemberID, Results.Position, Competitions.CompType, Competitions.CompDate, Competitions.CompID
FROM Results, Competitions
WHERE (((Results.MemberID)='lew26820') AND ((Results.CompID)=[Competitions].[CompID]));
"Unspecified error (Exception from HRESULT: 0x80004005 (E_FAIL))"
Can anyone help me to find out why this will not run in VB