Thanks - one good answer leads to another dumb question!
I am new to this - have never used the Execute statement..
It worked...
I also finally got it to work with the following:
strSQL = "SELECT * FROM Masters order by [6/5/03];"
I tried to order the Execute command but it did not work..
strSQL = "EXECUTE masters order by [6/5/03];"
Is it better to use the execute statement...
Also I would like to have a dropdown box with the divisions in it that would then pass the desired statement to the execute statement or the one I got to work.
Can that be done??