Can Access consume a COM Server?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can Microsoft Access consume a COM Server?

If so, what does the syntax look like?

Thanks,

Jerry
 
Hello Jerry.

Jerry Tovar said:
Can Microsoft Access consume a COM Server?
If so, what does the syntax look like?

Dim oWord as Object, oDoc as Object
Set oWord = CraeteObject(Class:="Word.Application")
Set oDoc = oWord.Documents.Add()
oWord.Visible = True
....
 

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

Back
Top