jimbooth35
IS-IT--Management
I have an access database that among other data stores within each record the date a transaction on that record occured.
I am trying construct a single query to return records that are over 2 working days old unless the query is run on a monday then the query must return records that are over 3 working days old (sundays don't count as a working day).
I have tried to build an SQL statement using the IF operator but I can't get it to work..
Any ideas ??
I am trying construct a single query to return records that are over 2 working days old unless the query is run on a monday then the query must return records that are over 3 working days old (sundays don't count as a working day).
I have tried to build an SQL statement using the IF operator but I can't get it to work..
Any ideas ??