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 dencom 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: gripper111
  • Content: Threads
  • Order by date
  1. gripper111

    VBA - Outlook auto responder

    Is there a way with VBA to search emails within a folder for a particular string in the subject and simple reply to that email For instance the subject may read "please confirm receipt of this email from *" it will have a wild card on the end. All I want it to do is see this string respond...
  2. gripper111

    Word 2007 Calculation

    I have a document which is a template. Within this document I added some text fields from the Developer tab. I then protected the document as a fill in form. Several of these fields I set the properties to Numbers and two of the fields I calculate and put the results in a third field called...
  3. gripper111

    Randomize between a min and max value

    I created a VB form frmSettings there are two textboxes call txtTimerMin and txtTimerMax I am trying to create a piece of code that will randomly choose a value between the min and max and save that to a variable "nextcycle" I was wondering if somebody could give me some direction on this...
  4. gripper111

    Novice htaccess question

    Hi fellow board members, I am a complete rookie at htacess issues. Here is the question I have a webhost reseller account and I have a website blog on an account on this host. I get the following error "Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated...
  5. gripper111

    split string

    HI Members, I have a table named “keyword”. This table is created by importing various excel sheets and in the process of doing so it places the name of the excel file in the “file_name” field. Here is a typical file name entry “home_&_garden_104_bbq_grills_&_accessories” I have added two...
  6. gripper111

    Auto Login Gmail

    I have an access DB and one of the tasks I must do is to log in to various Google Gmail accounts and confirm various mail reciept. Currently I just go to the browser and type in the login info. What I would like to do is have a command button that will do this automatically. I have started...
  7. gripper111

    Force Lower Case

    I have a form in my Access DB and on txtDomain I have an after update code that creates a hyperlink in a caption box so I can easily go to the page. The system works fine but I want to lower case the link. Here is the code: *********** Private Sub txtDomain_BeforeUpdate(Cancel As Integer)...
  8. gripper111

    Import procedure

    Hello Members, I am seeking advice for the following issues. I have a table in Access 2007 named "tblLogFiles" It has 5 text fields. I have a directory on my local machine C drive named "log Files". I have a script that runs throughout the day at different times which creates an output...
  9. gripper111

    Force entry to lower case

    I have a db and I have a particular field on a form that I copy and paste into. Sometimes what I paste is all uppercase and other times not. I would like to force all entries in the cell to automatically convert to lower case. I have tried a couple things but it is not working. I know this...

Part and Inventory Search

Back
Top