How to read the Access database after the five elements?
Users questions: How to read the Access database, the last five records? Just read the message out in the last five record
Experts answer: if you want to get to the final five records, then your database table should be required to identify the order of the field. Either self-growth, either with a date and time Type. Either to a specific sort out a field. And then ordered to take top5 can reverse the order of the specific syntax is identified selecttop5messagefromtablenameorderby field desc.