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 Mike Lewis 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. timnicholls

    Can I make Word macro code work in VB6??

    Wish I didn't have to play either :-) Thanks
  2. timnicholls

    Can I make Word macro code work in VB6??

    Thanks Jerry. To make things more explicit here is really the back bone of the code. This procedure gives me the tab and buttons in the Word 2007 ribbon. Note the 'onAction' calls a procedure (shown below) Public Function GetRibbonXML() As String Dim sRibbonXML As String...
  3. timnicholls

    Can I make Word macro code work in VB6??

    So...all my macros I used in Office Word 2003 I cannot place on a toolbar in Word 2007...the all powerful ribbonUI exists! Given that, I've used a good tutorial here: http://blogs.msdn.com/frice/archive/2006/06/21/606463.aspx To make a tab and buttons in the actual ribbon itself using VB6...
  4. timnicholls

    Navigation like on the Royal Albert Hall web site

    Thanks oldnewbie, I have mailed a request to the email I found when I clicked through usigng your handle. Cheers Tim
  5. timnicholls

    Navigation like on the Royal Albert Hall web site

    Hi, I am new to Flash but not new to computers. Plenty of VBA in Access... I very much like the simplicity of the navigation at the top of the web page for the Royal Albert Hall http://www.royalalberthall.com/index2.aspx Is this a simple project for a Flash newbie? Where would I go to find...
  6. timnicholls

    Add data to one field, it then updates two tables - Possible?

    Bob, I have added the code. It's a neat way of doing it ! Thank You :-)
  7. timnicholls

    Add data to one field, it then updates two tables - Possible?

    Yeah I know what you mean normalisation wise! This is a real work around. At the moment I have the incident form, on it is three option choices, staff, clients and others. When you choose one of the three, a combobox is populated with the appropriate names, so then you can choose an appropriate...
  8. timnicholls

    Add data to one field, it then updates two tables - Possible?

    I have a bound field on a form, it holds the names of an individual involved in a workplace incident. Now I wish to have those names added to another table called 'OtherNames'. That is, when you add the name to the incident form, the original incident table updates, because the name control is...
  9. timnicholls

    SQL string not being accepted??

    Bob, Thank You. It works ;-) Do you know how to break a long line of code up to go on several lines? Putting a <space><underscore> at the end of a line doesn't work on the code above. Thanks Again
  10. timnicholls

    SQL string not being accepted??

    Hi all, I am trying to pass a different set of names (clients or staff) to a single combobox given a selection of an option group. I can get them to the combox if the query is simple. That is if there is nothing like SELECT [Surname] & ", " & [First Name]. But SELECT [Surname] FROM ... I can...
  11. timnicholls

    Counting fields over many records to alert a user

    Thanks Rollie. My 'DCount' solution is having some problems but I think this is the way forward! Further work to be done by me :-) Tim
  12. timnicholls

    Counting fields over many records to alert a user

    Hi All, I am working on a database for those with a disability who are still in their homes. I have a form containing a combobox with many selections for the way a client gets in touch in a callout situation to their home. So eg: this callout was because of &quot;Phone Call&quot;, or...
  13. timnicholls

    Aligning text to the right in a Macro in MS Word

    Ahhh...the recorded Macro. You are the smartest boy in class :-) And you beat Tony! Thanks I will try it. Tim
  14. timnicholls

    Aligning text to the right in a Macro in MS Word

    OK Tony and MakeItSo, Thanks again both of you. How about the problem of left aligning text on the right. See the example below is left aligned and should be on the right side of the letter. Any ideas? ABN 10 111 222 333 34 Grey Street Adriatic Way Vic 3211 Phone: (00) 11111111 Fax: (00)...
  15. timnicholls

    Aligning text to the right in a Macro in MS Word

    Great Tony, It works. Then Selection.ParagraphFormat.Alignment = wdAlignParagraphLeft After the section to get it back to the left for the rest of the text... Thanks Tim
  16. timnicholls

    Aligning text to the right in a Macro in MS Word

    Hi All, I've just a basic macro attached to a toolbar button in Word and it works well. I have enclosed it below. BUT...I want it to be aligned to the right!! Like a letter head on the top right hand corner of a letter. At the moment the code places it on the left hand side. Can anybody...
  17. timnicholls

    Saving the path of a Word file automatically in Access

    BuildSpec, Everything you say is correct. However I have a problem in that the subform on the form (in the demo) I would like to make a sort of document management area. It keeps track of all the documents and is the only way a user should be able to access the documents again once they have...
  18. timnicholls

    Saving the path of a Word file automatically in Access

    BuildSpec, We know which directory it is to be saved in, but the directory changes with each client. Client Joe Bloggs has a folder &quot;Bloggs, J&quot;, etc. So a hardcoded path may not be the correct option...yet :-) Andreas, Is it at all possible for you to have a look at the database...
  19. timnicholls

    Saving the path of a Word file automatically in Access

    Hi All, This is a repost of a message from November. I have been working on this for a while and need further input. I have a merge for an individual document going out to Word. All is working well. I am having trouble saving the documents path automatically and updating a subform field...
  20. timnicholls

    Hi All, This is a repost of a me

    Hi All, This is a repost of a message from November. I have been working on this for a while and need further input. I have a merge for an individual document going out to Word. All is working well. I am having trouble saving the documents path automatically and updating a subform field...

Part and Inventory Search

Back
Top