I'm making a simple coin database for personal use. I currently have 2,000+ records in the database. When I add a new record via a master input form I have, and save the record using a Save button, the record saves. However, if you go into the datasheet view for the database, the record is at the bottom of the file.
I'd like to be able to have the new records added sorted. When I used this data in Excel, I'd sort on two fields...Coin Type and Year/Mint. This would help to keep things in order for reports and such.
Am I able to do this as well in Access automatically when adding a new record, or have the sort happen each time the database is opened?
I'm not a code expert, so please be gentle and speak in "see spot run" language. Thanks in advance.