Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

date time format???

Status
Not open for further replies.

twospoons

IS-IT--Management
Jan 7, 2003
103
US
hello, i have a linked table to an oracle datebase with a time stamp as the primary key, TXN_DATE. I am trying to write a query in access that selects the records where

TXN_DATE >= [Date_Range].[Start_Date] AND
TXN_DATE <= [Date_Range].[End_Date]

Date_Range is a local table inside of access that stores a date/time value entered by the user. when i try to run this i get an error (i'm guess from oracle)?

how can i format these two dates the same so that this query will work?
 
Any chance you could post the whole error message(s) ?

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top