Hi All,
I currently have a database which includes a date field (InitialDate).
Basically, I need to design a query that will prompt me to take action on any record for which the date under InitialDate is > or = 6 months ago. Alternatively this couuld be coded as InitialDate + 6 months > or = today's date. I also want to add an additional condition stipulating that the query is not to include any records that have anything entered in a seperate field (ActionTaken).
As I know very little about access/ programming I have no idea where to start. Can someone help me out?