Note Pad

Quote from Hawker:

Would somebody help me to find a Note Pad free software application that can register " time" (hh/mm/ss) with every textbook entry.

Hawker, what are you trying to accomplish? We're all guessing from the word "Note Pad" - maybe you need something different?
 
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.
 
Quote from agrau:

Hawker, what are you trying to accomplish? We're all guessing from the word "Note Pad" - maybe you need something different?

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
 
Quote from macal425:

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.


Gonna give your idea a try.. !!

Thx
 
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.
 
Back
Top