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. DodgyDavo

    Universal Signatures for Outlook 2000/2002

    How the jeepers did i miss that int he FAQ's lol. Cheers for that J mate, Exactly what i was looking for Have a nice star for your trouble :) DD
  2. DodgyDavo

    Universal Signatures for Outlook 2000/2002

    Hi eveyone. Browsed through previous posts but cant find the info im lookin for. IM looking to add a disclaimer to the bottom of everyones email in the company. Is there a way to add this signature to everyones email at one time or do i have to go about it manually which will take forever and a...
  3. DodgyDavo

    Making this code more efficient....

    Also With .Bookmarks("FAOtitle").Range .Text = CMBOXtitle.Text With .Font .Name = "Arial" .Size = 11 .Bold = False End With End With With .Bookmarks("FAOname").Range .Text = TXTfaoname.Text With .Font...
  4. DodgyDavo

    Making this code more efficient....

    Thanks a bunch guys. @Chance1234: I understand how you did the code and although dont have time to streamline it that much (ill need to start again to get it right) i understand how you did it and will be using that method for a few more pieces of code in the future @Makeitso: I looked at...
  5. DodgyDavo

    Making this code more efficient....

    Hi guys, bit of a n00b when it comes to VBA but i had a dabble and created a wizard for a standard letter for Word. It works fine but the code is rather long winded. Could anyone help me streamline this code please... Private Sub CMDok_Click() Selection.GoTo what:=wdGoToBookmark...
  6. DodgyDavo

    Combo box in Word 2000

    Im now getting the error 'Type Mismatch' on the combobox1.additem vColor (i) line. Although the previous code did replicate it three times. as you mentioned. and more if you clicked on it again. Its a boggle thats for sure! DD
  7. DodgyDavo

    Combo box in Word 2000

    Hi ive had a look through various forums and sites and tried to find help on how to create a combo box in a word document. I have the form set up so that it opens when the template opens and other textboxs are fine. Im having trouble creating a combobox that either doesnt replicate the entire...
  8. DodgyDavo

    Textbox to subform

    OK hneal, thanks :o) Just been a while since i used access and i remember doing something similar. Its OK though ill get round it somehow. Thanks for your help DD
  9. DodgyDavo

    Textbox to subform

    ive tried things along those lines and it just says 'control cant be edited; its bound to the expression [Lines subform].Form!Survey_Monitoring' I meant can i attach my databse to show you what i mean? DD
  10. DodgyDavo

    Textbox to subform

    OK ill try to explain more, I have 3 tables in my database BILLS LINES Bill_ID (PK) Line_ID (PK) Line_ID (FK) Lines/Equip_Order_ID (FK) Initial_Bill_Details Line_Number Date_Of_Bill Line_Type Connection_Charges Line_Type Rental_Charges...
  11. DodgyDavo

    Textbox to subform

    Hi, I have a form with 2 subforms. One subform has the field survery_monitoring. Is it possible to create a textbox where you can type information into the text box and have it display in the relevant field. For example the subform is has different telephone numbers and each number requires...

Part and Inventory Search

Back
Top