Hi all,
I have a field 'Date_B'(a time/date field) with the following formula:
@Adjust(Date_A;3;0;0;0;0;0)
It takes the date from Date_A field and increments the year.
I have no compile problems. However when I come to test the form I get the error:
Fieldate_B: incorrect data type for operator or @function: Time/Date expected.
Notes help says to do it like this !!!. The only way I can stop the error is: @Adjust(@Now;3;0;0;0;0;0)
But that's not want I want to do. I simply want the Date_B field to be 3 years ahead of Date_A field.
Any ideas - this is really bugging me now
Thanks,
ian
I have a field 'Date_B'(a time/date field) with the following formula:
@Adjust(Date_A;3;0;0;0;0;0)
It takes the date from Date_A field and increments the year.
I have no compile problems. However when I come to test the form I get the error:
Fieldate_B: incorrect data type for operator or @function: Time/Date expected.
Notes help says to do it like this !!!. The only way I can stop the error is: @Adjust(@Now;3;0;0;0;0;0)
But that's not want I want to do. I simply want the Date_B field to be 3 years ahead of Date_A field.
Any ideas - this is really bugging me now
Thanks,
ian