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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top