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

    Passing Multi Value parameters to a subreport with Available Values

    I have created a Main Report that I has been able to pass the parameters and values to a subreport successfully. Now I would like the user to be able to further filter at the subreport level by providing parameters with mulit values. So they will be able to select which ever parameters they...
  2. ThereUare

    Run Macro on Multiple Word Docs

    Does anyone have code to have a Dialog box open and give the user a way to pick multiple Word Docs. Then after they pick them it will run a macro. Any code snippets would help.
  3. ThereUare

    Count Until Selected Word

    I need some code for a word doc to count the number of words until the selected word. In other words, I need to find the word count position of a particular word. Any loops or maybe a property example would really be helpful. Thanks
  4. ThereUare

    Extract LastName, FirstName, MI into three fields

    I'm having a brain fart righ now. I can only do this to extract the LastName and First Name, but I also get the Middle Initial from the first name. I need something to only extract the First Name. Please Help. This is my formula so far. This is the field I need to extract from: LastName...
  5. ThereUare

    Extrat LastName, FirstName MI in a query from a FullName Field

    I'm having a brain fart righ now. I can only do this to extract the First Name, but I also get the Middle Initial. I need something to only extract the First Name. Please Help. This is my formula so far. Formula: (Used in a Query) FName: Mid([FullName],InStr([FullName]," ")+1)
  6. ThereUare

    Need to Import a text file line by line

    I have a text file that is not in a friendly format for Access. Can someone provide me help to get the following into a table? TextFile> Name: Blow Joe DOB: 17Oct78 and so on EndofFile< It has more but I just need to get started.

Part and Inventory Search

Back
Top