How can I get The server date in MSACCESS97 Form?
the follwing is a stord procedure I tried several time but I got nothing:
.SQL = “ALTER PROCEDURE GetServerDate AS DECLARE @Mydate DATETIME ” & _
“SET @Mydate = GETDATE() ” & _ “SELECT CAST(@Mydate AS varchar(11))”
.Execute
Is There is Some one can write to me The complete steps to get the server date on the access97 form.