Does anyone know of a way to return the time from a different machine? I have some employee's that have learned to change the time on their local machine's to manuplate time stamps.
Set up a connection to your backend database and get the time from it.
Dim cn As New Connection
Dim rs As New Recordset
Dim connString As String
Dim sql1 As String
connString = "provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=\\bigtuna\databases\bank.mdb;" & _
"Persist Security Info=False"
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.