I have a form I input server information on. I have a text filed called txtservername. My table it stores all information in is tblServers. I want the form to sort the servernames in ascending order. I changed the orderby in the form to tblServers.txtServerName and it still will not sort.