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 derfloh 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. Korrel

    How to count specific records and put them in a separate table

    I am uploading an issue log weekly into access. It's a list of numbered tickets from which I can derive which tickets are planned to go into our production system and when (which week of the year) and which tickets got closed and when (in a specifc week of the year). On my reports I can do a...
  2. Korrel

    Can I use 1 user form field to fill mutliple Word fields?

    Doesn't anybody have an idea, please?? How do I proceed when I want an userform field, e.g. LastName, to fill in mutliple fields in the Word document. I'm used to work with bookmarks which is working okay, but because bookmarks are unique there is an one-on-one relation, so I can not let the...
  3. Korrel

    Can I use 1 user form field to fill mutliple Word fields?

    I created a VBA userform in Word, but I want a userform field to fill multiple fields in Word. Bookmarks are supposed to be unique so that doesn't work. Is there another way?
  4. Korrel

    VBA Userforms in Word : 1 field to fill multiple Word fields\bookmarks

    I am building a userform in Word but I can't get 1 VBA field on my userform to fill several bookmarks in the Word document. I don't want users to have to fill in the same value e.g. 4 times. I know every bookmark is supposed to be unique. Is there a way (for instance by linking it to Word...
  5. Korrel

    Word Userform: one field to fill several bookmarks

    I am building a useform in Word but somehow I can't get 1 field on my userform to fill several bookmarks in the Word document. I don't want users to have to fill in the same value e.g. 4 times. I know every bookmark is supposed to be unique. Is there a way (for instance by linking it to Word...
  6. Korrel

    How to use 1 userform field to fill several bookmarks

    I am building a useform in Word but somehow I can't get 1 field on my userform to fill several bookmarks in the Word document. I don't want users to have to fill in the same value e.g. 4 times. I know every bookmark is supposed to be unique. Is there a way (for instance by linking it to Word...
  7. Korrel

    Userforms in Word with VBA

    I'm trying to create a userform in Word with VBA. I found this example on the net: Private Sub CommandButton1_Click() With ActiveDocument .Bookmarks("Vornaam").Range_ .InsertBefore TextBox1 .Bookmarks("Achternaam").Range_ .InsertBefore TextBox2 End With...

Part and Inventory Search

Back
Top