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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by glarior

  1. glarior

    software to monitor employees and block websites

    I have small business server 2011 (yes, I know its not 2008 but more people read the 08' threads than the '11 so bear with me) I need to block websites for certain users on the domain and allow full website access to others. I want to record all data traffic on the network and see which user...
  2. glarior

    Multiple computer access to single outlook setup?

    mscallisto - Not everyone here is using outlook. Most use the web based email from our website providor. kbarr0411 - We do not have OWA. I will read into it. It seems like either way I will have to spend some money to accomplish my goal with getting exchanger server.
  3. glarior

    Multiple computer access to single outlook setup?

    Thanks for the information. I will have to read up on the MS exchange and see what I can do with it. I have a small server that may work... I can only try. Allowing me and the other person to log into the same account would be great. That is only possible with using exchange and not a regular...
  4. glarior

    Multiple computer access to single outlook setup?

    Unsure how to explain so bear with me. I am with a tiny company and also attend school. Another employee and I have multipe emails we access everyday. However, with me being at school we keep getting emails mixed up and unsure if he sent an email or not. We want to be able to access my outlook...
  5. glarior

    Modify access template

    I did... I was typing a reply right when you posted. I finally found it. It was not under the VBE like I though. I went to design view and edited one of the fields and it worked. Thanks for the information I learned something new today. I did not know about F2 while in VBE Thanks!!!
  6. glarior

    Modify access template

    Ok, where can I find the information to edit? From playing around with the template I notice that the field 'notes' is not selected to search. If I am able to add notes to the search list it should work. However, I can't find where to edit the search criteria. Suggestions?
  7. glarior

    Modify access template

    I downloaded a template for MS access "http://office.microsoft.com/en-us/templates/TC012253431033.aspx?pid=CT101428241033 Is it possible to modify the search function in the template to search the notes for word matches? So far it will only find people's names. I would like to add additional...
  8. glarior

    looping a copy paste macro or do it differently

    Works perfectly. What I could not figure out was the syntax of DumpThere.Range.InsertAfter r.Text & vbCrLf I was trying to use the syntax of .Range.InsertParagraphAfter which obviously did not work. Once again, sorry for not being clear and making something simple become complicated and...
  9. glarior

    looping a copy paste macro or do it differently

    I agree with steve & mintjulep. However, I created a basic database which is "to complicated" for the two people who are going to use it. I also created a excel sheet which can filter but they kept messing it up. This is why I decided to do it using word. That way they only see one text box and...
  10. glarior

    looping a copy paste macro or do it differently

    Ok, I will do my best to describe this...thank you for being patient with me and apologize for the confusion. The program has a search term for "COPD" which searches the currently opened word document Set ThisDoc = ActiveDocument (this part works perfectly) When the term "COPD" is found it...
  11. glarior

    looping a copy paste macro or do it differently

    I see what everyone means by line vs paragraph now. I am using paragraphs. Also, after seeing that code I have realized I was going about this the wrong way. Thank you for the that. I have been playing around with the code and trying different things and have it working for the application. The...
  12. glarior

    looping a copy paste macro or do it differently

    Ok, trying it a easier way (hopefully). Here is the code which was created using the macro record. That does exactly what I want the program to do but I need to take it one step further. I need the program to go ahead and repeat the process for every time it finds the textSearch word. Any ideas...
  13. glarior

    looping a copy paste macro or do it differently

    I did tried the selection.end key... etc code and it worked for what I wanted. The only problem was it would only get the one line when I wanted it to loop and get other lines. Also, I tried doing the filter thing with excel and I can do it but the people who is going to use this program can't...
  14. glarior

    looping a copy paste macro or do it differently

    Actually, I don't know why. I have always used word for my macros. I think your idea will work and I will see what I can do in excel

Part and Inventory Search

Back
Top