I have a table that has 2-columns with dates in them and a 3rd column with peoples names. I want to use access to get rid of all records except associated with certain people (which I've figured out) AND that has a date in either of the 2-date columns that's greater than 12/2/2017. There are some blanks in either of the date fields that I also need to exclude.
Help!
So basically if the name field name matches what I want & the 1st date field is 12/3/2017 & the 2nd date field is null or <=12/2/2017 I need to retain it or vice versa. Only if both date fields are null or the the 2 dates in both fields are <=12/2/2017 do I want to exclude it.
Can this be done?
Help!
So basically if the name field name matches what I want & the 1st date field is 12/3/2017 & the 2nd date field is null or <=12/2/2017 I need to retain it or vice versa. Only if both date fields are null or the the 2 dates in both fields are <=12/2/2017 do I want to exclude it.
Can this be done?
Last edited: