Hi 6StringJazzer,
I agree that using web query is easy to pull a table in with. I used to use this before understanding XML.
I find this quicker & also allows you to manipulate data easier.
You can use some simple code to pull out individual rows, columns or just one cell of data from a table. Therefore if you wanted to capture data for say one player in a table its easy to do with a few lines of code.
Took a while to research the web for info & understand it, but its faster than using web queries or using a web browser control to get the data from html.