I have a table with is which items are added via a form. Now I have setup that the id number is the primary key. Also the id number is setup to auto increment. Now here is what I want to be able to do. I need to create a query that only selects the very last row in the table. So lets say the very last item entered into the table ended up being id #23. What select function would I use to only select id #23?