Hi Guy's, i have tried looking to see how i can sort a certain field on a subform from a command button
this works to sort A-Z
I now want to sort Z-A ?Code:Me!frmItemsData.Form.OrderBy = "Carbs"Me!frmItemsData.Form.OrderByOn = True
tried changing OrdbeyOn to False but that appears to change to original sort order (RecordNo) integer
Thank you