Re: query won't return results

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Ken
Thanks for your consideration of my problem.
Following is the SQL statement of my query

SELECT tblCourses.CourseID, tblCourses.Name, tblCourses.Street1,
tblCourses.City, tblCourses.State, tblCourses.Zip, tblCourses.Phone,
tblCourses.WebSite, tblHoles.HoleID, tblHoles.HoleNumber,
tblHoles.WhiteTees, tblHoles.RedTees, tblHoles.Par AS tblHoles_Par,
tblScores.ScoreID, tblScores.Date, tblScores.Green, tblScores.Fairway,
tblScores.Sand, tblScores.Water, tblScores.Lost, tblScores.Fringe,
tblScores.Approach, tblScores.Putts, tblScores.Pars
FROM (tblCourses INNER JOIN tblHoles ON tblCourses.CourseID =
tblHoles.CourseID) INNER JOIN tblScores ON tblHoles.HoleID =
tblScores.HoleID;


Ken Snell [MVP] wrote:

>What query are you trying to use? Post the SQL statement of it.
>


.



Relevant Pages

  • Re: Error using " in .open with ADODB.Recordset
    ... recordset but I'm getting hung up on the SQL statement. ... query that has a string as a condition. ... Dim mrk As String ...
    (microsoft.public.data.ado)
  • Re: expiration
    ... First what type of field are you applying the criteria against? ... You can try the following in a query. ... If you are trying to get just records with the License has expired within ... it is the actual SQL statement that is executed. ...
    (microsoft.public.access.queries)
  • Re: Same date range in main and sub form
    ... You need to concatenate together the parts to make up the SQL string ... it will look like the SQL statement you original ... Allen Browne - Microsoft MVP. ... well as the name of the query on which the form is based. ...
    (microsoft.public.access.forms)
  • Re: Sessions and Pagination Problem
    ... I don't get an error with the query. ... I have multiple if statements that append "AND"'s to the SQL statement ... If you click on page numbers and the prev or next links, ...
    (comp.lang.php)
  • Re: expiration
    ... If you are trying to get just records with the License has expired within ... In the Design view of the query ... This query is based off the existing employee database created by someone ... it is the actual SQL statement that is executed. ...
    (microsoft.public.access.queries)