How would one go about displaying say the latest 10 records added to the database based on date/time?
Currently my database is set up so that date and time are two separate fields. I do have an ID number set, but it's a randomly generated number. Is this something pheasible? Is it easier to just grab the last 10 entered records?