I have two tables which I need a 60 and 30 day reminder before experation. I am not familiar with code or how to write macros. Any help would be appreciated.
God Bless,
Thanks,
God Bless,
Thanks,
SELECT TableName.[ExpirationDateFieldName] FROM TableName WHERE ((([ExpirationDateFieldName]-Date())=30));
Comment