P
Peter Newman
Im trying to automate some of the word documents by linking them up to a SQL server
Im fairly new to word visualbasic so would appricate any assistance, a simple secnario is that a user calls a word document from a visual basic 6 application and parms a Client reference number to it. Word uses that ClientReference to select the address details from a SQl quer
for the purpose of this example,
SQL200
Server Name = MYSERVE
Server Logon Name = TestUse
Server Logon Password = TestPasswor
sqlQuery = Select Name, Postcode from Table1 where ClientNo = @ClientReferenc
anyhelp or examples would be very helpful
Im fairly new to word visualbasic so would appricate any assistance, a simple secnario is that a user calls a word document from a visual basic 6 application and parms a Client reference number to it. Word uses that ClientReference to select the address details from a SQl quer
for the purpose of this example,
SQL200
Server Name = MYSERVE
Server Logon Name = TestUse
Server Logon Password = TestPasswor
sqlQuery = Select Name, Postcode from Table1 where ClientNo = @ClientReferenc
anyhelp or examples would be very helpful