I have a form that has 2 fields in the OrderBy property. Status and ProduceByDate. It is put into the property as follows.. Status, ProduceByDate. When the form is opened it sorts perfect except for one thing I dont like. If the ProduceByDate is empty, it is sorted on top of other records with dates. I do not want to do DESC because I need the dated nearest in the future to be above ones further out into the future. I thought about put ProducedByDate Is Not Null in the filter property but I still need these records to show. I just want them at the bottom.