Results 1 to 3 of 3

Thread: [SOLVED] Database query (outputting result [multiple tables])

Threaded View

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Sep 2006
    Posts
    23

    Resolved [SOLVED] Database query (outputting result [multiple tables])

    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.

    Code:
                ss1.Row = 1
                ss1.Col = 1
                ss1.Text = gMySet!FOOD_DES.Desc
                ss1.Col = ss1.Col + 1
                ss1.Text = gMySet!ABBREV.Water
    Table 1: FOOD_DES
    Table 2: ABBREV

    Any help is appreciated.
    Last edited by Hack; Sep 20th, 2006 at 11:41 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width