Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: DaveTaylor
  • Content: Threads
  • Order by date
  1. DaveTaylor

    Performing Search & Replace in Word Documents Headers from Access

    I am trying to do a search & replace from access using automation. The following code works in the main body of a document but will not update the page header: Dim varReplaceWith As Variant varReplaceWith = Eval(myrs![fldbatch]) varReplaceWith = IIf(IsNull(varReplaceWith)...
  2. DaveTaylor

    Using DECS to Connect to SAP R/3

    I am trying to use DECS (Domino Enterprise Connection Services) to connect to SAP R/3. When I try to create a new connection, I don't get the option to connect to SAP. Does anybody have any information on this, or does anybody have a form created to connect to SAP via DECS. Any help would be...

Part and Inventory Search

Back
Top