How do you find the last record in a transaction table with acc of years of data of the year 2010 and the first record (or any other record) of the year 2011 in the same database to compare data.
structure transaction table query
Just use a select query to sort all by date. Then do a DLast lookup with parameters looking at 2010, and a DFirst lookup for parameters looking at 2011.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.