Smarty,
Ensure that your OrderByOn property has been set to True on the form, otherwise your sort will not take effect, even if the string has been populated. Also, in some instances, I've had to use the tablename.field name ASC format to effect an orderby clause. I generally call a routine on Form_Open that sets the OrderBy= & OrderbyOn= properties.
lldevel