add number of months to date

G

Guest

Hi
I have a cycle count number field and would like to add this value to a date
of manufacture field to calculate expiry date
eg if cyclecount is 24 and manufacture date is 01/08/2005 i would like field
expiry date to equal aug 2007
I have been trying various formulas but can't get correct
thanks for any help
Tina
 
G

Guest

Thanks Dennis
I tried that about 2 hours ago but forgot the "" around the m
Hope to have a better day tomorrow
Thanks again
Tina

Dennis said:
[Expiry Date] = DateAdd("m",[CycleCount],[Manufacture Field])

tina said:
Hi
I have a cycle count number field and would like to add this value to a date
of manufacture field to calculate expiry date
eg if cyclecount is 24 and manufacture date is 01/08/2005 i would like field
expiry date to equal aug 2007
I have been trying various formulas but can't get correct
thanks for any help
Tina
 
G

Guest

This is definitely what I am after, but being new to all this (other than the
very basics, this is my first database).

[Expiry Date]=DateAdd("m",[Months to Expiry],[Issue Date]) is the exact code
I am using. But where to I enter this code?

Thanks in advance


tina said:
Thanks Dennis
I tried that about 2 hours ago but forgot the "" around the m
Hope to have a better day tomorrow
Thanks again
Tina

Dennis said:
[Expiry Date] = DateAdd("m",[CycleCount],[Manufacture Field])

tina said:
Hi
I have a cycle count number field and would like to add this value to a date
of manufacture field to calculate expiry date
eg if cyclecount is 24 and manufacture date is 01/08/2005 i would like field
expiry date to equal aug 2007
I have been trying various formulas but can't get correct
thanks for any help
Tina
 

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