I want to specify a custom order for a sub continuous form. I tried an IIF statement like IIF([Test] Like "Viscosity", 1, IIF([Test] Like "Viscosity 0hr", 2, 3)) in the Order by property of the sub form. The Form basically ignores the statement. Also is there a way to force the form to order by a multi-table Query? Your Help would be much appreciated.