Forum Moderators: open
Recently I have added some products and they no longer fall in alphabetical order. Is there something I can add to the current code to make the name sort A to Z
The current code is:
<% Call setCombos("cbo_PID_" & iCnt, "", 1, "All Driving States", "SELECT productID, name FROM tb_Product WHERE catType=2", con) %>
Thanks in advanced for your help.