Hi
The field TIMESTAMP is not a date or time stamp. Its a binary used to keep track of record vesions of the same record. I guess you extract directly from SQL ?
Use "Entry No." for transaction tables.
From technet:
timestamp is a data type that exposes automatically generated binary numbers, which are guaranteed to be unique within a database. timestamp is used typically as a mechanism for version-stamping table rows. The storage size is 8 bytes.
BR Per