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 John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by djames2173

  1. djames2173

    vba word-update userform textbox base on selection in combobox

    Remou, Thank you for your response. I am going to sohw you the code i have to populate the combobox below. I am having difficulty getting two different columns to appear from the database. Any assistance or examples are greatly appreciated. Private Sub UserForm_Initialize() 'allocate memory...
  2. djames2173

    vba word-update userform textbox base on selection in combobox

    I am trying to give functionality to a userform [which i have already created] that will do the following. When a user selects an individuals fullname from a combobox dropdown that is populated from an access database, various other text boxes are populated with the details of that persons record.
  3. djames2173

    Attach active Docs Open document to email

    I mention windows explorer because the point i am trying to get across is that if i save the document outside of a document management system [C:\Temp], all works well. maybe this mention of windows explorer is not necessary. If the document is saved using a document management system [Docs...
  4. djames2173

    Attach active Docs Open document to email

    The document actually has been saved and is present on the server. The problem is that with the code i have, it is appearing with an empty ActiveDocument.Path [=""], but when i save the file outside of the DM [i.e. Windows Explorer], the ActiveDocument.Path is NOT empty...
  5. djames2173

    Attach active Docs Open document to email

    Than you, fumei, for the tip on using the text in the bookmarks. I believe what i am looking for is the actual method that i need to get into the way Docs Open calls the document path/name from the file server. As for ODMA: The Open Document Management API (ODMA) simplifies integration and...
  6. djames2173

    Attach active Docs Open document to email

    I have created a memo form in MS Word and have VBA macro coding for when users complete an input form which inputs the information into bookmarks of the document. There is also a macro button that i have used VBA code to attach the active, saved document to the email. The problem is that this...

Part and Inventory Search

Back
Top