I am trying to add the number of months as referenced in my "profile months" field (in my FERC DATABASE2 table) to the date in my Tender Expiry field of the same table
I have seen the DateAdd function
where
DateAdd(Interval,Number,Field)
This works fine if I put
DateAdd("m",1,],[FERC...