Show a date 30 days out

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

Guest

I have a feild that I would like to show what the date would be in 30 days
for a feild with a date in it [Sold Date].

Sold Date feild would be 1 Jan 07 so the feild would show 30 Days later 31
Jan 07.

I did =[Sold date]+30 and it did not work

Thanks
 
Thanks Steve!!

molsonexpert said:
how about dateadd:

dateadd("d", 30, [Sold Date])

--
steve.


KAnoe said:
I have a feild that I would like to show what the date would be in 30 days
for a feild with a date in it [Sold Date].

Sold Date feild would be 1 Jan 07 so the feild would show 30 Days later
31
Jan 07.

I did =[Sold date]+30 and it did not work

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

Similar Threads


Back
Top