dabomb311
Dec 27 2005, 05:24 PM
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
Dec 27 2005, 05:28 PM
For just the date .. use Date()
For just the time .. use Time()
For both date and time .. use Now()
RDH