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 =...
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...
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")...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.