The row source is based on a table. I know how to create a query but how can i make a query that will sort the result of one field in a table (computer name). i will also need the database to do a sort often cause i will always add new computers to that database.
Hello,
I have downloaded a program called Winreporter from Microsoft Web site and im using it to make inventory for the company where im work. I made a few list box containing information like Computer name processor speed hard drive space and more..
I am trying to sort it by computer name...
Here is a hint:<br>
the page category.asp uses Request.Forms("Name of select box").Value to find which one was selected<br>
<br>
good luck<br>
<br>
<% <br>
Set DbObj = Server.CreateObject("ADODB.Connection")<br>
DbObj.Open "DSN=Music;USR=;PSW=;"<br>
SQL = "SELECT * FROM Categories"<br>
Set...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.