orderby in VBA

christine

New member
Local time
Today, 07:13
Joined
Oct 14, 2009
Messages
5
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.:confused:
 
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.
 

Users who are viewing this thread

Back
Top Bottom