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: *

  1. og1975ze

    Pass User Input as Parameter to DoCmd.OutputTo?

    It sounds like all you need to do is within each of your queries you are wanting to export, you just need to make the criteria on the date range equal your Textbox from the form. If you do that you can just create your SQL statements that say do.cmd transferspreadsheet bla bla bla. The execution...
  2. og1975ze

    Tokenize a string and pass to constructor

    Can anyone tell me how to read a file (entered as a command line arg.)using the string tokenizer and pass thoses values that were read to a constructor?? Please see my example code: FileReader theFile; BufferedReader fileIn = null; String Currenttoken; Mortgage m; \\ I have a clas...
  3. og1975ze

    pop up : more than 1 line

    try this msgbox "your text" & chr(13) & "your text" the text after chr(13) will go to the next line. hope this helps.
  4. og1975ze

    how to save attachement

    IM NEW IN THIS AND ANY HELP IS WELCOME. I'M TRYING TO COME UP WITH THE SCRIPT THAT WILL LOOK IN OUTLOOK FOR THE SPECIFIC SUBJECT (TEXT AND DATE -1)AND THEN SAVE ATTACHED SPREADSHEETS FROM THAT EMAIL TO SPACIFIC LOCATION. ANY HELP IS APPRECIATED. THANKS.
  5. og1975ze

    how to shut down the computer with VBA modul

    I need to come up with the code in vba which will shut down the computer. If anybody have any sugestions, please let me know. Thanks.

Part and Inventory Search

Back
Top