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 derfloh 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: *

  • Users: suna
  • Order by date
  1. suna

    how to open wordpro in vb

    Hi.. i'm trying to open a wordpro document in vb and generate a letter,by which part of the data are from the database. for now, i'm using this method but i don't think it is a good practice.... Dim oword As Object Dim WordProDoc As Object Set oword =...
  2. suna

    opening wordpro in vb

    i'm trying to open a wordpro document in vb6 and generate a letter,by which part of the data are from the database. for now, i'm using this method but i don't think it is a good practice.... could anyone please give me any idea to do this the right way? Dim oword As Object Dim WordProDoc As...
  3. suna

    How do I open a wordpro document in vb?

    i'm trying to open a wordpro document in vb and generate a letter,by which part of the data are from the database. for now, i'm using this method but i don't think it is a good practice.... Dim oword As Object Dim WordProDoc As Object Set oword = CreateObject("Word.Application")...
  4. suna

    pointing to the last column that's not null

    i have a table i.e salary the column names are GRADE, level (numeric), T1 (money), T2 money), T3 (money)...until T38 (money). my problem is, how to retrieve only the value of column T1 and the value of the last column T which doesn't have a null value. (the T column sometimes will only be...
  5. suna

    how to point to table column in sql server

    i have an input (say "P1T1") and I only need the last two letter (in this case "T1") to point to another column in another table.. supposedly, when the input is P1T1 then i'll have to go to column T1 to read the result. the same goes to P1T2, P1T3 and so on,..it will go to...

Part and Inventory Search

Back
Top