I recently purchased Visual Basic. I am trying to learn how to program by
studyoing the Microsoft Programmer's Guide. Occasionally I run into brick
walls. I am looking for someone or group to help me get over hurdles.
Right now I am stuck on page 265. I am trying to connect a datagrid control to
the Northwind data base.
First you add an Ado Data Control. The connectionstring is easy. I am having
trouble with the record source. The book gives the example
Select * From MyTableName Where CustID = 12
When I type this into the SQL Space I get an error message telling me that the
bata base cannot be found. I cannot figure out what is the correct SQL
statement. If anyone can help please let me know.