Re: Query Problem
From: Michel Walsh (vanderghast_at_VirusAreFunnierThanSpam)
Date: 11/29/04
- Next message: Ken Snell [MVP]: "Re: Query Advice"
- Previous message: Gijs Beukenoot: "Re: How do i convert a regular date to a julian date in a query"
- In reply to: DCFujiwara: "Query Problem"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 29 Nov 2004 12:54:40 -0500
Hi,
Does it SPECIFICALLY mentions the Format function? If not, you may have
a problem of reference, and the error then occur in the first external
function call, here Format. Check your project references.
Hoping it may help,
Vanderghast, Access MVP
"DCFujiwara" <douglas.fujiwara@utoronto.ca> wrote in message
news:ec49jMj1EHA.1404@TK2MSFTNGP11.phx.gbl...
>I run the following query in an Access 2003 database (MDB) running under
> Windows 2000:
>
> SELECT S.ScheduleID, Format(S.GameDate,"dd-mmm-yyyy") & ": " &
> [V.TeamName]
> & " vs " & [H.TeamName]
> AS ScedEntry, S.WeekID, S.GameDate, V.TeamName
> FROM
> Teams AS V INNER JOIN (Teams AS H INNER JOIN Schedule AS S ON H.TeamID =
> S.HomeID)
> ON V.TeamID = S.VisitingID
> WHERE
> (((S.VisitingID)=[V].[TeamID]) AND ((S.HomeID)=[H].[TeamID]))
> ORDER BY
> S.WeekID, S.GameDate, V.TeamName;
>
> If I copy the MDB file to a PC running Access 2003 under Windows XP SP2.
> this query produces and error message indicating that the FORMAT function
> cannot be used in the query, yet it runs OK running under Windows 2000.
>
> Help would be appreciated.
>
>
- Next message: Ken Snell [MVP]: "Re: Query Advice"
- Previous message: Gijs Beukenoot: "Re: How do i convert a regular date to a julian date in a query"
- In reply to: DCFujiwara: "Query Problem"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|