
Getting Date and time from the server
This might help:
http://www.mvps.org/access/api/api0039.htm
--
Dirk Goldgar, MS Access MVP
www.datagnostics.com
(please reply to the newsgroup)
Quote:
> Hello there.
> I have a program that using the current date and time on many parts
on it.
> So far i could use the date() and now() functions for it.
> My program is a client/server and now i need to get the current date
and
> time not from the client computer but from the server computer.
> How can i do this?