C christine New member Local time Today, 07:13 Joined Oct 14, 2009 Messages 5 Oct 14, 2009 #1 I have added a button for new record on a split form. I need the data to stay in desc order by date and time. When I load the form it works, but when I call for a new recorded it does not, very stressed.
I have added a button for new record on a split form. I need the data to stay in desc order by date and time. When I load the form it works, but when I call for a new recorded it does not, very stressed.
G Galaxiom Super Moderator Staff member Local time Tomorrow, 00:13 Joined Jan 20, 2009 Messages 12,895 Oct 15, 2009 #2 New records are displayed at the bottom and stay there until reordered. Requery the form after adding the new record. This will apply the sort enabled in the OrderBy property of the form.
New records are displayed at the bottom and stay there until reordered. Requery the form after adding the new record. This will apply the sort enabled in the OrderBy property of the form.