twoplustwo
Registered User.
- Local time
- Today, 13:18
- Joined
- Oct 31, 2007
- Messages
- 507
Hi guys,
I've a passthrough query to an Oracle backend database.
I am trying to find the difference (numerically) between a FORECAST_DATE and a SETTLEMENT_DATE.
Didn't have any joy with:
DateDiff("d",SETTLEMENT_DATE,FORECAST_DATE) AS Diff
I assume because DateDiff is native to Access. Any ideas?
I've a passthrough query to an Oracle backend database.
I am trying to find the difference (numerically) between a FORECAST_DATE and a SETTLEMENT_DATE.
Didn't have any joy with:
DateDiff("d",SETTLEMENT_DATE,FORECAST_DATE) AS Diff
I assume because DateDiff is native to Access. Any ideas?