Adding 9 months

G

Guest

Hello,

I found that is possible to include a calculated fields in forms by the
control source property box. I try to find the right expression for adding 9
months in a one certain date (date of publication, other field in form/table).

I tired this, but it doesn't work =[Date of publication]+Month(9)

Please help - many thanks
 
B

Brendan Reynolds

=DateAdd("m",9,[DateOfPublication])

See 'DateAdd Function' in the help files for details.
 

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