I'm a newbie using Crystal Reports 11 & SQL Server.
I am trying to change both the date and year in a field. I know how to do one or the other:
DateAdd ("YYYY",+2,{SCContracts.ExpDate}) or
DateAdd ("D",-1,{SCContracts.ExpDate})
but I don't know how to make it do both. Any suggestions? Thanks!
I am trying to change both the date and year in a field. I know how to do one or the other:
DateAdd ("YYYY",+2,{SCContracts.ExpDate}) or
DateAdd ("D",-1,{SCContracts.ExpDate})
but I don't know how to make it do both. Any suggestions? Thanks!