I have a query that uses the following to sort records >=DateAdd("d",-21,Date())
This lists all records that have a renewal date within the next 21days, this works fine but it brings up records that are previous than todays date, is there a way to stop it bringing up the records before todays date.
This lists all records that have a renewal date within the next 21days, this works fine but it brings up records that are previous than todays date, is there a way to stop it bringing up the records before todays date.