I have the following fields:
“rec” this field is the automatic system date
“toma” It is a date that is entered“edad” is an integer which is entered
“falla” It is a date that should be automatically loaded fulfilling the following condition:
“falla” = if “falla” es < “rec” so “falla”= “rec” if not “falla”= “toma” + “edad”
“toma” + “edad”
you are trying to add and integer to a date. Do you want to add the years to the date?