Hi all,
I have a transaction table that stores date and time in different fields. I need to concatenate these 2 fields and then subtract the minimum from the maximum to see how much time was between the first transaction and the last one. Any idea of some functions I could use?
Thanks.