passing variable into word from access form

S

Steven Scaife

Just wondering if you can help me,

I have a form that fires up word and opens the document that i require. I
want to then place the variable i pass through at a certain line point or
bookmark or whatever it is i would need to use a marker point. Is this
possible, i have a limited knowledge of the object models, but if someone
can give me some pointers that would be cool.

my code is below

Dim objWord As New Word.Application
objWord.Visible = True
objWord.Documents.Open "C:\LOGGING A SUPPORT CALL.DOC"
Set objWord = Nothing
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top