hi all,
I have a field as follows:
FieldNAME: Source | Modified By | Modified Date
DataType: (Code50) | (Code(20) | DateTime
Sample1 : dynmicsusr21 19/01/12 09.01 33PM | |
Sample2: dynmicsusr2119/01/12 05:02 55AM | |
Expected dynmicsusr21 19/01/12 09.01 33PM | dynmicsusr21 | 19/01/12 09.01 33PM
result dynmicsusr2119/01/12 05:02 55AM | dynmicsusr21 | 19/01/12 05:02 55AM
How to achieve it ? Note that Sample1 is with space between UserID and DateTime, Sample2 is with NO space.
The good news is that ALL UserID is the same (in this case we use dynamicsusr21).
0
Answers
"Modified By" = DYNMICSUSR21
"Modified Date" = 19/01/12 09.01 33PM
Source = DYNMICSUSR21 19/01/12 09.01 33PM
HTH
David
Mobile: +44(0)7854 842801
Email: david.cox@adeptris.com
Twitter: https://twitter.com/Adeptris
Website: http://www.adeptris.com
The original data (userid + CurrentDateTime) was in source field, i would like to copy them to modified by & modified date respectively.
Variables:
TempSource - Code - 50
ToDate - Date
ToTime - Time
Stripped down Version
HTH
David
Mobile: +44(0)7854 842801
Email: david.cox@adeptris.com
Twitter: https://twitter.com/Adeptris
Website: http://www.adeptris.com