G
Guest
I have a short range of numbers that gets recycled. I am trying to create a
query that returns a result based on the last instance of that number to see
if it is available:
Name Number Term
Bob 1111 True (check box)
Kevin 1111 False (Check Box)
the return result should omit 1111, Not quite sure how to go about it.
query that returns a result based on the last instance of that number to see
if it is available:
Name Number Term
Bob 1111 True (check box)
Kevin 1111 False (Check Box)
the return result should omit 1111, Not quite sure how to go about it.