Here's my situation.
I have a table that is sorted by Date and then Time. Let's say that I add a record at 7:00am that has a time stamp as 3:00pm. At 8:00am I have to add another record that has a time stamp of 7:30am. In my table the records show up in the correct order by time stamp (7:30am and then 3:00pm). However, when I open my form that is connected to this table, the last entry with a time stamp of 7:30 shows up as the last record. I need the 3:00pm record to show up last on the form just as it is in the table. Your help is greatly apprieciated.
I have a table that is sorted by Date and then Time. Let's say that I add a record at 7:00am that has a time stamp as 3:00pm. At 8:00am I have to add another record that has a time stamp of 7:30am. In my table the records show up in the correct order by time stamp (7:30am and then 3:00pm). However, when I open my form that is connected to this table, the last entry with a time stamp of 7:30 shows up as the last record. I need the 3:00pm record to show up last on the form just as it is in the table. Your help is greatly apprieciated.