rparsons
04-14-2003, 08:54 AM
I am trying to sort an ADO recordset by using a button click event but it will not seem to work. The table based on the recordset works fine but know I want to sort the columns based on the user clicking a button. I know it has something to do with my syntax but I don't know coding all that well. Any help would be appreciated.
Here is the onclick
<INPUT TYPE=BUTTON VALUE="Sort By Workstation" onclick="<% rsSort=WorkstationID & rs.Requery adExecuteRecord %>”
Here is the onclick
<INPUT TYPE=BUTTON VALUE="Sort By Workstation" onclick="<% rsSort=WorkstationID & rs.Requery adExecuteRecord %>”