I am trying to do this exercise, and when I try to set:
'This is on page 105
ComboBox1.DataSource = objDataTable.Tables(0)
VB 2005 keeps telling me that "'Tables' is not a member of 'System.Data.DataTable'."
I am definitely a noob, so it's probably some stupid error! Can someone help please? It's 2 AM and I don't think I can sleep until I figure this out.