Access 2003
Excel 2003
I have a routine that exports the results of a query to an Excel file.
Is it possible to input the formula into the query so that the Excel values calculate?
This is the formula I am trying to pass to the "AZ" column of the Data tab
Excel 2003
I have a routine that exports the results of a query to an Excel file.
Is it possible to input the formula into the query so that the Excel values calculate?
This is the formula I am trying to pass to the "AZ" column of the Data tab
Code:
MyCalc::"IF(T2="","0",TODAY()-T2)"