I am using a simple formula:
IF(TDay > TODAY(), 1, 0)
It works fine in a table where TDay is a field containing Date values.
However when I use the formula in another table where TDay is a field containing Date values that are pulled from another t...