Note Pad

Discussion in 'Trading Software' started by Hawker, May 14, 2004.

  1. nkhoi

    nkhoi

    elegant solution :p
     
    #11     May 15, 2004
  2. Hawker

    Hawker

    Thx kindly for all the replies so far !

    Still waiting for some more to come ..still searching !
     
    #12     May 17, 2004
  3. agrau

    agrau

    Hawker, what are you trying to accomplish? We're all guessing from the word "Note Pad" - maybe you need something different?
     
    #13     May 17, 2004
  4. I am not any kind of expert with Excel, but I think you could probably have a 2 column worksheet where the first column would be the date/time and the second column would be your text. Every time you go down to a new row there should be a way for the current time to register in the first column. May be worth trying to play around with that.
     
    #14     May 17, 2004
  5. Hawker

    Hawker

    Thx agrau !!

    All I need is any simple application that will stamp time every time I make a text entry and press "enter" .

    I don't really care if it is for Word , Excel, Word Pad , Note Pad or any other application. ( Something like mIRC application does in a chat room but without the need to set up one ).

    Thx. Ideas welcome
     
    #15     May 17, 2004
  6. Hawker

    Hawker


    Gonna give your idea a try.. !!

    Thx
     
    #16     May 17, 2004
  7. simsim

    simsim

    Use MS Access

    Create a table with two fields as follows

    FieldName DataType
    dteStamp date/time
    Comments Memo


    For the first field click on the datatype and then change the format to "General Date " , change the default value to "Now()"


    every time u add a record the record will be time stamped .

    Note: Access adds a primary key to the table, add it.
    If u want u can add a form to the table and make all the fancy stuff.
     
    #17     May 17, 2004
  8. Hawker

    Hawker

    Thx .. Simsim

    Have never used MS Access before.
    Gonna follow your suggestion and see what happens
     
    #18     May 19, 2004