Hi
If I have two dates in text format (20180329 and 20180424) how can I work out the number of days between them?
I need this to be in SQL as the two dates are coming from Access forms. Subtracting only works for dates in the same month. Can I convert them into dates in SQL and then use a DATEIFF?
If I have two dates in text format (20180329 and 20180424) how can I work out the number of days between them?
I need this to be in SQL as the two dates are coming from Access forms. Subtracting only works for dates in the same month. Can I convert them into dates in SQL and then use a DATEIFF?