Add dates and find difference

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have two fields [Date_of_File] and [Number_of_Days_To_Work] that I need to
add and then find the number of days left to complete. Basically do the
following:
([Date_of_File]+[Number_of_Days_To_Work])-Today(), but cannot get this to
work. Thank you!!
 
Access doesn't have a Today function: it has Date() (which returns just the
date) and Now() (which returns the date and time)
 

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

Back
Top