> When the same query is run in non Access Applications, such as MySQL
> Query Browser, it works fine - so the query works ok.
And your quite sure it is a passthrough query and not a local query against
a linked table? If so, that would make me wonder about the driver you are
using more than anything else.

Signature
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com
ExcelEd - 29 Mar 2007 16:46 GMT
Yep 100% Sure its a pass through query
To access the data I am using ODBC MySQL 3.5.1 Driver if that helps
> > When the same query is run in non Access Applications, such as MySQL
> > Query Browser, it works fine - so the query works ok.
>
> And your quite sure it is a passthrough query and not a local query against
> a linked table? If so, that would make me wonder about the driver you are
> using more than anything else.
Rick Brandt - 29 Mar 2007 17:57 GMT
> Yep 100% Sure its a pass through query
>
> To access the data I am using ODBC MySQL 3.5.1 Driver if that helps
And you are getting ???? in the datasheet of the passsthrough query wher you
shoudl get the date? What syntax does MySQL use to return a date in a
specified format?

Signature
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com
ExcelEd - 29 Mar 2007 18:12 GMT
To get a date vale in YYYY-MM format where the date value is called
"request_dat" you use the following funtion
date_format(request_date_sold,'%Y-%m')
Access returns ????
> > Yep 100% Sure its a pass through query
> >
[quoted text clipped - 3 lines]
> shoudl get the date? What syntax does MySQL use to return a date in a
> specified format?
Rick Brandt - 29 Mar 2007 19:06 GMT
> To get a date vale in YYYY-MM format where the date value is called
> "request_dat" you use the following funtion
>
> date_format(request_date_sold,'%Y-%m')
>
> Access returns ????
Mystery to me. Any time I have used a passthrough query that returned a
type Access didn't understand it just treated it as text.

Signature
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com
ExcelEd - 29 Mar 2007 19:18 GMT
ok, well thanks for you help anyway
> > To get a date vale in YYYY-MM format where the date value is called
> > "request_dat" you use the following funtion
[quoted text clipped - 5 lines]
> Mystery to me. Any time I have used a passthrough query that returned a
> type Access didn't understand it just treated it as text.