I have inherited a very old database that died, but I have managed to retrieve the data. Only one problem
The date field is stores as a number (from 1/1/1970) I need to find out which date each particular number refers to.
I have tried the obvious converting it to a date field. I also tried getting the difference between the date today and the date in 1970 (my maths might have been wrong here) but it didn't work.
Many thanks
Cath
The date field is stores as a number (from 1/1/1970) I need to find out which date each particular number refers to.
I have tried the obvious converting it to a date field. I also tried getting the difference between the date today and the date in 1970 (my maths might have been wrong here) but it didn't work.
Many thanks
Cath