This is in regards to VB6 - I currently have connected to my database and succesfully ran a query. When one table is involved in the query, I can output the data. But when there's two tables I cannot.
Table 1: FOOD_DESCode:ss1.Row = 1 ss1.Col = 1 ss1.Text = gMySet!FOOD_DES.Desc ss1.Col = ss1.Col + 1 ss1.Text = gMySet!ABBREV.Water
Table 2: ABBREV
Any help is appreciated.


Reply With Quote