I would like to do a date calculation between 2 fields in the query and return a result based on the calculation:

ex:

table x
field date
field duration


SELECT * FROM x WHERE [date + duration] >= (somedate)

Is this possible?