D
DPCpresto via AccessMonster.com
I have some linked table data from our server DB, that I need to run a few
times a month, where one of the pulled data columns gives me a column of data
(formatted as text) labeled "CC_Expiry" that is displayed as MM/YY. I created
a calculated column which gives a "Final Pay Date" (based on a date column
"StartDate" ( imported as mm/dd/yyyy) formatted as a DATE in dd/mm/yyyy. My
problem is to create an expression that gives me all customers with "dates"
in the "cc_expiry" column that are less than or equal to (<=) the "Final Pay
Date." My goal is to have alist of customers that have credit cards that
will expire before the final payment is due, so that I can send them notice
to update the credit card on file. I have tried various iterations of
DatePart, DateFormat, etc...but I just can't seem to get it to work and give
the results I need. It is a small dataset, so I can "eyeball" the overall
table, but getting it done by calculation would be sweet! Any help
appreciated.
times a month, where one of the pulled data columns gives me a column of data
(formatted as text) labeled "CC_Expiry" that is displayed as MM/YY. I created
a calculated column which gives a "Final Pay Date" (based on a date column
"StartDate" ( imported as mm/dd/yyyy) formatted as a DATE in dd/mm/yyyy. My
problem is to create an expression that gives me all customers with "dates"
in the "cc_expiry" column that are less than or equal to (<=) the "Final Pay
Date." My goal is to have alist of customers that have credit cards that
will expire before the final payment is due, so that I can send them notice
to update the credit card on file. I have tried various iterations of
DatePart, DateFormat, etc...but I just can't seem to get it to work and give
the results I need. It is a small dataset, so I can "eyeball" the overall
table, but getting it done by calculation would be sweet! Any help
appreciated.