Forum Discussion
dgranddemars
3 years agoFrequent Visitor
Calculated date
Hello I have a strange behaviour in directquery . I have a table with a column containing the number of days since 1957/01/01. I would like to reconstruct the corresponding date. I have used the...
johnt75
3 years agoSuper User
try DATE(1957,1,1) + [DATE1] + 1