Hello all,
I have a Query that has the following fields: Item Name, Retest Date and Expiration Date.
I have a sub form on my main form that lists all the Item names and retest dates in order from current date to the future. I now need to add the Expiration date in there also but it only shows up at the top of the list if it is past the expiration date.
example: (assume todays date is 7 Sept 16 for this example)
Name - retest date - exp date
Item-A 1-Jan-17 3-Sept-16
Item-B 8-Sept-16 23-Feb-18
Item-C 12-Sept-16 5-Dec-17
Item-D 6-Oct-16 9-Jan-22
So the list is sorting retest dates in order from now to future and if an expiration date is past todays date it will move it to the top of the list even if the retest date is further in the future then the ones on the top of the list.
Any idea how I can do that. I have tried to add the expiration date on the query with a criteria of <=Date() but the list is blank as there is nothing expired right now but I still need the retest dates to show up like before
Thanks for the help