Date query - link w/Oracle

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I just upgraded from Access 97 to Access 2002. I have tables linked with
Oracle 8. In the old version of Access, this query worked:

StartDate: >=Date() And <=Date()+1.625

EndDate: >=Date()+0.625 And <=Date()+1

In the new version I get Oracle Error 01847 stating the day of the month
must be between 1 and last day of month.

Can anyone help?

Thanks!
Mary
 
Anytime I see a problem with the Date() function, I have a knee-jerk reaction
about references. Go to the following web page for information on checking
referencens:
http://www.mvps.org/access/bugs/bugs0001.htm

What are the regional settings for your computer? If it's anything other
than English (United States) that might be giving you trouble. Could also be
a problems with the NLS (National Language Set) in the Oracle database but I
doubt it.
 
Back
Top