Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to Get Server System time in VB- ACCESS2000 based application

Status
Not open for further replies.

Maneet

Programmer
Jan 3, 2006
2
0
0
US
How to Get/Retrieve Server System time in VB- ACCESS2000 based application at the client-end forms ?
 
create a pass-through query in access to your sql server
and
SELECT GETDATE() or
SELECT DATEPART(whichever part you want, GETDATE()) or
SELECT now=GETDATE()

HTH
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top