Full Version: Date
UtterAccess Discussion Forums > Microsoft® Access > Access Forms
dabomb311
I want to popualte a date on a form. The code i have is me.combo15 = Now(). But this is also storing the time. It is storing 12/12/2005 11:45:01AM.. How can i get it just to store the time. I have tried Today(), but that dosen't work. All I want is 12/12/2005. Help.. Thanks.
R. Hicks
For just the date .. use Date()
For just the time .. use Time()
For both date and time .. use Now()

RDH
raweller
me.combo15 = Date()
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.