I have two questions the first is code related and the other is design.
1st:
I need a way to sync up to a trusted external time source such as time.nist.gov via VBA code.
2nd:
Since I'm looking to develop an audit trail I need a way to get time and date that cannot be tampered with by the user. I was thinking of a hidden form that would open when the database was opened. The code from my first question would be executed and would keep a clock running for the duration of the database session. This clock would be referenced when date/timestamping vs using Now(). Any ideas?
1st:
I need a way to sync up to a trusted external time source such as time.nist.gov via VBA code.
2nd:
Since I'm looking to develop an audit trail I need a way to get time and date that cannot be tampered with by the user. I was thinking of a hidden form that would open when the database was opened. The code from my first question would be executed and would keep a clock running for the duration of the database session. This clock would be referenced when date/timestamping vs using Now(). Any ideas?