Hi
I use the following as a time stamp:
Quite sensibly, every single time I refer to (in different time intervals) the 'DateStamp', it uses current time therefore every time stamp is different.
Is there any way to "save" the time stamp so on every occasion I refer to it, it uses the same value? I.e. the Now() function would be run once and the set as variable or something like that? For instance
1. I refer to time stamp on 20.09.2012 19-25-01
The time stamp is used in various actions
2. I then need to refer to the same time stamp as above but the current time stamp is current time for example 20.09.2012 19-30-25.
Is there any way to use time stamp from no.1 when that time stamp is no longer valid?
Any help is much appreciated.
I use the following as a time stamp:
Code:
DateStamp = Format(Now, "dd.mm.yyyy hh-nn-ss")
Quite sensibly, every single time I refer to (in different time intervals) the 'DateStamp', it uses current time therefore every time stamp is different.
Is there any way to "save" the time stamp so on every occasion I refer to it, it uses the same value? I.e. the Now() function would be run once and the set as variable or something like that? For instance
1. I refer to time stamp on 20.09.2012 19-25-01
The time stamp is used in various actions
2. I then need to refer to the same time stamp as above but the current time stamp is current time for example 20.09.2012 19-30-25.
Is there any way to use time stamp from no.1 when that time stamp is no longer valid?
Any help is much appreciated.