Mar 20, 2006 #1 Leaner79 Programmer Joined Jan 17, 2006 Messages 25 Location BW Hi, I have a form that has several subforms. I would like records in the subforms to be listed in acsending order. How do i set this Thanks
Hi, I have a form that has several subforms. I would like records in the subforms to be listed in acsending order. How do i set this Thanks
Mar 20, 2006 #2 PHV MIS Joined Nov 8, 2002 Messages 53,708 Location FR Either add an ORDER BY clause in the underlaying queries or play with the OrderBy and OrderByOn properties of the Form object. Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886 Upvote 0 Downvote
Either add an ORDER BY clause in the underlaying queries or play with the OrderBy and OrderByOn properties of the Form object. Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886