Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. GORAVENS

    passing a string

    What about if you have four forms and you want the name from form1 to be passed onto form4 but you show form2 then form3 then form4 Thankx, Donnie
  2. GORAVENS

    SQL Nested Query

    Thanks SWAMP man, tried w/o success
  3. GORAVENS

    SQL Nested Query

    How would I convert the following three queires into one nested query SELECT T1.ITEM FROM TABLE1 T1 WHERE T1.NUMBER = 123 SELECT T2.VALUE FROM TABLE2 T2 WHERE T2.ITEM = T1.ITEM SELECT T3.LOCATION FROM TABLE3 T3 WHERE T3.ITEM = T2.ITEM
  4. GORAVENS

    Put an image(picture) in excel using vb code

    Let's say I have a picture of myself in c:\my pics\me.jpg and I want to put it in B4. Can Anyone help. I tried shtEXCEL.Cells(2, 4) = LoadPicture("c:\my pics\me.jpg") with no luck.

Part and Inventory Search

Back
Top