Hi all,
I am trying to figure out the number of months in 2 years,
I have a fields call NumYears and it is = 2
from that I am looking for the number of months from that variable,
thanks
alena
Hi all,
I am trying to figure out the number of months in 2 years,
I have a fields call NumYears and it is = 2
from that I am looking for the number of months from that variable,
thanks
alena
Subject: How manu months are in 2 years
So
NumMonths := NumYears * 12
?? am I missing something?