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 Rhinorhino 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: Korrel
  • Content: Threads
  • Order by date
  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?

    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?
  3. 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...
  4. 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...
  5. 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...
  6. 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