F
fpilot
Need to pass a string (ex: Ticket = 2582873) from access
to a word document I open from access. I need to take
this ticket_no.value in access 2000 to be available to
pass to my code in the word document. Any ideas. Below
is an example of code I'm using to open the word document
from access.
Dim x As Object
Dim y As String
Dim z As Object
NUM = NEW_EMPLOYEE_NO
Set x = CreateObject("Word.application")
x.Visible = True
x.Documents.Open ("p:\Welcomeoriginal.dot")
Thanks in advance.
to a word document I open from access. I need to take
this ticket_no.value in access 2000 to be available to
pass to my code in the word document. Any ideas. Below
is an example of code I'm using to open the word document
from access.
Dim x As Object
Dim y As String
Dim z As Object
NUM = NEW_EMPLOYEE_NO
Set x = CreateObject("Word.application")
x.Visible = True
x.Documents.Open ("p:\Welcomeoriginal.dot")
Thanks in advance.