Hello everyone.
I have a main form that consists of tabs. On one of the tabs, I have a subform that is made of continuous forms. The idea is to have a call history, and to document everything when calls come in. When an entry is made, it is automatically set to that day's date.
Right now, the records are in ascending order with a blank, new record at the beginning of the forms to enter new data.
I would like to be able to have the records in descending order by date with the blank record still being at the top of the form. Does anyone know how to accomplish this?
I have tried changing the "Order by" Property to "call_history.contact_date desc", but it places the blank record at the end of all the forms, and hence out of order.
Any Ideas??
I have a main form that consists of tabs. On one of the tabs, I have a subform that is made of continuous forms. The idea is to have a call history, and to document everything when calls come in. When an entry is made, it is automatically set to that day's date.
Right now, the records are in ascending order with a blank, new record at the beginning of the forms to enter new data.
I would like to be able to have the records in descending order by date with the blank record still being at the top of the form. Does anyone know how to accomplish this?
I have tried changing the "Order by" Property to "call_history.contact_date desc", but it places the blank record at the end of all the forms, and hence out of order.
Any Ideas??