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 SkipVought 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: jmorlock
  • Order by date
  1. jmorlock

    Help using macro to find record for Mail Merge in Word

    Below code works, but is extremely slow. With ActiveDocument.MailMerge.DataSource ' Go to first record so that all ' records are available in the search. .ActiveRecord = wdFirstRecord ' Find the selected record. .FindRecord FindText:=newsearchterm, _...
  2. jmorlock

    Help using macro to find record for Mail Merge in Word

    I figured out how to display a dialog box when the document opens. I now need to figure out how to implement code to find the record based on the entered search term. Sincerely, Jeremy J. Morlock IT Specialist
  3. jmorlock

    Help using macro to find record for Mail Merge in Word

    I have a 5 page word document that has mail merge fields within. When you first open the document the mail merge fields show information from the very first record of our access database. Each our clients have a unique Docket Number as their identifier. when choosing the particular docket number...
  4. jmorlock

    Help using macro to find record for Mail Merge in Word

    When opening a mail merge word document I would like a box to pop up asking me for a search term(ex. docket number). Once i enter the docket number and hit enter it will show the document with the corresponding docket information merged. I have been looking around for code to do this but...
  5. jmorlock

    remove duplicates

    I am merging several tables into one and it has several duplicates. How can I go thru and get rid of the duplicates easliy? Any help would be greatly appreciated. Sincerely, Jeremy Morlock Sincerely, Jeremy J. Morlock IT Specialist PatentWizard, LLC E-mail: jeremy@PatentWizard.com Web...
  6. jmorlock

    how to delete characters at end of a field??

    Robert, thank you very much. That worked perfectly and was alot quicker than goin thru and deleting them manually. Sincerley, Jeremy Sincerely, Jeremy J. Morlock IT Specialist PatentWizard, LLC E-mail: jeremy@PatentWizard.com Web Site: www.PatentWizard.com
  7. jmorlock

    how to delete characters at end of a field??

    I have just imported a few databases into Access and there are extra characters at the end of each phone number like "7153695054 |1|0| ""(-- ". I want to go thru each record and remove the " |1|0| ""(-- " from each phone number. Does anyone have some suggestions of how to...
  8. jmorlock

    how do I downgrade to 98 from win 2000?

    I got it to installed successfully now. Thank you for the help. Sincerely, Jeremy J. Morlock IT Specialist PatentWizard, LLC E-mail: jeremy@PatentWizard.com Web Site: www.PatentWizard.com
  9. jmorlock

    how do I downgrade to 98 from win 2000?

    I have windows 2000 installed on my computer and I want to downgrade to win 98 for betatesting purposes. How do I reformat the hard drive or get so I can run setup on the 2000 machine?? Any help would be greatly appreciated. Sincerely, Jeremy Morlock Sincerely, Jeremy J. Morlock IT...
  10. jmorlock

    How much ram to Have installed on a computer????

    IS there any general rule for how much RAM to have installed on a computer running Windows XP Professional? Sincerely, Jeremy J. Morlock IT Specialist PatentWizard, LLC E-mail: jeremy@PatentWizard.com Web Site: www.PatentWizard.com
  11. jmorlock

    C program to recreate Unix Tree Command.

    I am looking for suggestions on how to write a C program which will go thru each directory and print files within that directory. Do the same thing that the Unix "tree" command will do.. Sincerely, Jeremy J. Morlock IT Specialist PatentWizard, LLC E-mail: jeremy@PatentWizard.com...
  12. jmorlock

    Mail merge with Word 2002 and access

    When i try to open the mail merge documents made with word 2000 with word 2002 I keep getting an error saying that "Word could not re-establish a DDE connection to Microsoft Access to complete the current task." Is there any way that this can be fixed? Sincerely, Jeremy J. Morlock...
  13. jmorlock

    Detect When Tab has lost focus

    We have a form with multiple tabs, and under one tab we have it programed to send messages through e-mail. We want to detect if there is data entered for the message but has not been sent. Is there some way to detect if they try leaving the message tab by either exiting out of the program or by...
  14. jmorlock

    unselect everything in listbox

    Thank you for your prompt reply Jeremy J. Morlock IT Specialist
  15. jmorlock

    unselect everything in listbox

    How do you unselect everything in a list box. For example under a submit button. So that it back to normal and ready for the next use.
  16. jmorlock

    CAN YOU EMBED HTML WITHIN VBA CODE??

    Can you embed HTML code within the VBA Code? SO THAT WHEN AN E-MAIL IS SENT IN A MESSAGE IT WILL SHOW UP IN THE MESSAGE AS A HYPERLINK AND WHEN CLICKED BRING UP OUTLOOK
  17. jmorlock

    how to E-mail data from form

    I have a form I am making to keep track of messages when a Client calls into the office. When the info is entered into the different boxes, How can I e-mail the data?
  18. jmorlock

    saving all e-mails in outlook

    sorry, I forgot to put a subject on the first post
  19. jmorlock

    saving all e-mails in outlook

    I am the IT specialist in a office with about 10 employees. I was asked to find a way to save every e-mail message that is sent and recieved for each of the employees. We would be saving them on our server. We want to do this to monitor the e-mails that are sent and recieved in our office. What...
  20. jmorlock

    Wrong date when you forward calender events

    When I forward events from my outlook calendar to employees it changes the time. IT shows up as an hour later when they recieve the e-mail. Does anybody have a reason that this would happen?

Part and Inventory Search

Back
Top