I have two columns in a query pulling from a table right now, one is a list of material numbers and another is for dates. I need to add a third column that is pretty much an if statement saying if the corresponding date is >= -2 months ago from today's month, then show the actual date from the date column, otherwise show text "No".
It has to be the month in it's entirety instead of like -60 days or something because I need to pick up everything from two months ago forward.
I'm new to Access and struggling with formulating this. Can anyone help?
It has to be the month in it's entirety instead of like -60 days or something because I need to pick up everything from two months ago forward.
I'm new to Access and struggling with formulating this. Can anyone help?