I have a form that is in continuous form mode. The fields in this form should be sorted based on step (1,2,3,4,etc.). Currently the form is showing the steps in sparatic order (3,2,4,1, etc.). The order is 1,2,3,4 in the table that is filling the form. How is it that when the go to the form they are put in different order. My OrderBy function is set to steps, still not working. Please help, thank you very much.