time

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i am sharing access on a LAN. i have a field that records the time of
transaction, or time when the record was created. how can i make the time
recorded to always default to the time on the pc the database is sitting,
instead of taking the client pc setting.
 
Probably the best bet is to make sure the computers all have something like
below in the user login script to the network. It will change the PC's time
to match the server. Then short of a PC's clock not working right or someone
messing with the clock manually, you'll all be on the same time.

net time \\MY_PDC /set /yes
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top