Date() function returns text

B

Brett

I have the following make table query; however it is putting the
results in Text format. How do I correct this to put the results as
Number format?

SELECT Format(Date(),"dd") AS [Day], Format(Date(),"m") AS [Month],
Format(Date(),"yyyy") AS [Year] INTO DateToday;

Thanks.
 
Top