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 bkrike 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
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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
  6. 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...
  7. 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...
  8. 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...
  9. 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.
  10. 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
  11. 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?
  12. 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...
  13. 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?
  14. jmorlock

    field formatting XXX-XX-XXXX

    I want to format a field for entering in a social security number so that it automatically puts the hyphens in. XXX-XX-XXXX in the input mask puts the hyphens in the text box but when you save it to the database it only saves the numbers and not the hyphens. how do I get it to save both??
  15. jmorlock

    highlight text in textbox on GOTFOCUS??

    When a text box gets focus how do you highlight the text? I was thinkin you could use the len() command to find the length of the text and then the selstart or sellength.I cant seem to get it to work, does anyone have some hints?
  16. jmorlock

    passing variables between forms

    How do you pass variables from one form to another. When i click the enter button i want to send the client number to the form that opens so that i can enter data and do calculations and update the correct client.
  17. jmorlock

    runtime error 6; overflow

    I have a program that divides the data in one table into 4 different tables to elimnate all the redundant data. It worked fine the first few times I ran it. But now when i try to run it I keep getting an error popping up that says runtime error 6; overflow. it happens right away. Any idea why it...
  18. jmorlock

    Is there any cheaper software alter

    Is there any cheaper software alternatives to dreamweaver. Something that would pretty much do the same things but for a smaller price?
  19. jmorlock

    How do you find the most Recent Date with Query??

    I have a client table, and a detail table. Each client has a set of details which are transactions they made. How do I find the most recent Transaction in the detail table? Each transaction has a date. What kind of statement would find the most recent date in a set of records?
  20. jmorlock

    find record in table based on last and first name

    What would be the best method for searching through a client table. I want to find a record matching lastname and firstname. I have it using a loop right now goign through the whole table. But it takes a long time to run. Can you use a seek or search function to find a record with matching first...

Part and Inventory Search

Back
Top