Can anyone suggest a more elegant way to calculate the number of days between visits,
i.e. I have a table with the dates of visits to various sites, and I want to calculate the number of days between the last visit and the one before that.
I could write some VB code but I wonder if there’s a better way.
Thanks in advance