B
Bobk
I have a continuous form where all the data is displayed for bookings. The
data is in tabular form with one line of data displayed for each record. The
user can scroll up and down or search records. The job number of each booking
is the key. I have a button for "New" which sends the user to the bottom of
the file and a blank line where the new record can be entered. The file is
displayed with the earliest booking at the top of the list to the latest
(last) booking at the end of the list. I want to reverse the order of the
list with the most recent entry appearing at the top and be able to enter new
records at the top of the list. Is there a way to do this?
data is in tabular form with one line of data displayed for each record. The
user can scroll up and down or search records. The job number of each booking
is the key. I have a button for "New" which sends the user to the bottom of
the file and a blank line where the new record can be entered. The file is
displayed with the earliest booking at the top of the list to the latest
(last) booking at the end of the list. I want to reverse the order of the
list with the most recent entry appearing at the top and be able to enter new
records at the top of the list. Is there a way to do this?