Hey Guys!
I ran into a puzzle; below query gets me what I need (Difference from two time fields) in Ms Access 2000 but not in MS Access 2003, any idea why:
[CODE=VB]
SELECT Data.ID, Data.GetTextFro mText, Data.Stamp, DateDiff("h",[Stamp],[GetTextFromText]) AS HoursFromTimes
FROM Data;
[/CODE]
Thanks for your help!
Dököll
I ran into a puzzle; below query gets me what I need (Difference from two time fields) in Ms Access 2000 but not in MS Access 2003, any idea why:
[CODE=VB]
SELECT Data.ID, Data.GetTextFro mText, Data.Stamp, DateDiff("h",[Stamp],[GetTextFromText]) AS HoursFromTimes
FROM Data;
[/CODE]
Thanks for your help!
Dököll
Comment