Thanks all, my code now works! I will plan to add error handling later.
Bad idea! If you had error handling the first time, you would have been able to figure out that your DataAdapter wasn't working and why...
Get in the habit of typing Try
and tabbing twice in every new procedure you write.
Going back and adding error handling is a major PITA!