Adding 9 months

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
=DateAdd("m",9,[DateOfPublication])

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