right now, i just have an input box where i type the current date (yyyy-mm-dd), and it goes to a timestamp field in the table. then i had the info being displayed set to be ordered by that date. This was working fine, until just a few weeks ago, when all of a sudden it wasnt counting the latest date as the latest date, and was staying as an entry from a previous date.
so what i have so far is a table with the following fields:
time
day
speaker
date (timestamp)
i dont even want to display the date anywhere, i just want it ordered by the date it was entered. is there an easier way to do this??