This must be possible....I just need a quick example of how to display results from a query to make my results page faster then searching the entire db.....
here is my current code
*
sSQL = "SELECT * FROM Table"
Cm.CommandText = sSQL
Cm.CommandType = 1
Set Rs = Cm.Execute
*
how could I modify this to display a query and not the table????????
Thanks!
CS ***************
***************
here is my current code
*
sSQL = "SELECT * FROM Table"
Cm.CommandText = sSQL
Cm.CommandType = 1
Set Rs = Cm.Execute
*
how could I modify this to display a query and not the table????????
Thanks!
CS ***************
***************