Current time and date on msgbox

yameen2011

Registered User.
Local time
Today, 21:39
Joined
Jan 19, 2013
Messages
59
Helo all
How can i display current time and date on msgbox. in ms access 2007.
Regards.
 
Hi

Msgbox now

or

Msgbox time & " - " & date()
 
Hi

Msgbox now

or

Msgbox time & " - " & date()

Thanks ARI
I want to write in msgbox like this
Example: "Submited at 10:40pm"
msgbox "Submited At" Now()
what does the syntax ?
please help,
thanks
 

Users who are viewing this thread

Back
Top Bottom