LevelThought
MIS
Currently, have a Access table, that is updated daily, with fields such as:
Contract---AccountNo----OriginalValue----TodaysValue
X22--------ABC4---------$1000.00---------$2000.00
X22--------ABC5---------$2500.00---------$2600.00
X22--------ABC6---------$1500.00---------$1600.00
X23--------ABC8---------$5000.00---------$7000.00
I am interested in having a report automatically generated and e-mailed to the Manager every evening that highlights all accounts in the main Access table that have a difference greater than $900.00 between the amount in the column titled "TodaysValue" relative to the amount in the column titled "OriginalValue."
Is this possible? If so, how would I go about this?
Contract---AccountNo----OriginalValue----TodaysValue
X22--------ABC4---------$1000.00---------$2000.00
X22--------ABC5---------$2500.00---------$2600.00
X22--------ABC6---------$1500.00---------$1600.00
X23--------ABC8---------$5000.00---------$7000.00
I am interested in having a report automatically generated and e-mailed to the Manager every evening that highlights all accounts in the main Access table that have a difference greater than $900.00 between the amount in the column titled "TodaysValue" relative to the amount in the column titled "OriginalValue."
Is this possible? If so, how would I go about this?