P
(PeteCresswell)
This is just idle curiosity... but it seems like date/time
stamping updates in an app would best be done using Now() from
the PC (presumably a LAN file server) that the back end is
located on instead of the user's PC (on which the front end would
be running).
That would prevent somebody from back-dating a transaction by
changing their PC's Date/Time.... without going to the trouble of
making sure every user's PC is locked down in that respect.
Anybody do this as a matter of SOP?
If so, is there a "best" way to do it?
stamping updates in an app would best be done using Now() from
the PC (presumably a LAN file server) that the back end is
located on instead of the user's PC (on which the front end would
be running).
That would prevent somebody from back-dating a transaction by
changing their PC's Date/Time.... without going to the trouble of
making sure every user's PC is locked down in that respect.
Anybody do this as a matter of SOP?
If so, is there a "best" way to do it?