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 gkittelson 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: *

  1. riffer28

    DATE and TIME STAMP BUTTON IN OUTLOOK

    Does anyone know how to create a button in MS Outlook that automatically inserts the date and time into the text? For example, when I am using the journalling function, I often want to insert the date and time into the text. Any thoughts would be greatly appreciated. Thanks!!!
  2. riffer28

    MS Word Mail Merge with ASP

    I created an RTF file to stream to MS Word using an active server page with a microsoft access database as set forth in the Microsoft Knowledge Base Article - 270906. However, the code in the knowledge base article creates a brand new document. Is there anyway to use ASP to merge the data into...
  3. riffer28

    Userforms and Bookmark - Help Needed!

    Here is the code I was using for the REF MERGEFIELD attempt. Any suggestions as to why it is not inserting the text in the second instance of the bookmark? Private Sub cmdOK_Click() Application.ScreenUpdating = False With ActiveDocument...
  4. riffer28

    Can I repeat a BOOKMARK in Word 2000?

    I can't seem to get the Find/REplace method to work for multiple fields. Here is the code I was using for the REF MERGEFIELD attempt. Any suggestions as to why it is not inserting the text in the second instance of the bookmark? Private Sub cmdOK_Click() Application.ScreenUpdating =...
  5. riffer28

    Can I repeat a BOOKMARK in Word 2000?

    Thanks for the Find/Replace method (which definitely works). It's unusual that there isn't a simpler solution for a circumstance that I am sure people encounter all the time (needing to populate multiple instances of a bookmark with the same data). Thanks again!
  6. riffer28

    Can I repeat a BOOKMARK in Word 2000?

    I've tried using the REF BOOKMARK approach but I can't get the VBA code to insert the data at the second instance of the bookmark. Any tips or sample code to help with this problem?
  7. riffer28

    Userforms and Bookmark - Help Needed!

    I am desparately trying to find a way to insert the data from a user form in multiple locations of a document. I can create the USerform and use VBA to insert the data at one bookmark but cannot insert the data in other parts of the document (without creating separately-named bookmarks) Any...
  8. riffer28

    ADO and Mailmerge

    Does anyone know how to use ADO recordsets to pass data to a microsoft word document? I've seen several samples involving DAO but I can't find a sample using ActiveX Data Objects. Any help would be greatly appreciated.
  9. riffer28

    ADO for MailMerge

    Does anyone know how to use ADO recordsets to pass data to a microsoft word document? I've seen several samples involving DAO but I can't find a sample using ActiveX Data Objects. Any help would be greatly appreciated.
  10. riffer28

    Mail Merge to Discreet Documents

    I looked at the MVPS site and found it very useful. Howerever, do you know how to accomplish the same thing using ActiveX Data Objects (ADO) instead of DAO?
  11. riffer28

    Table Command Button

    I need to create command button on a form for Table A that creates a new table (Table B) with a copy of the current record from Table A. Any help would be greatly appreciated!

Part and Inventory Search

Back
Top