Date stamping a text box.

sha7jpm

Registered User.
Local time
Today, 20:45
Joined
Aug 16, 2002
Messages
205
I have a completed code 1 to 5 which tracks the progress of a project.

I have 5 text boxes each called, date of stage 1, stage 2 etc etc

so each time the code is changed the text box is inputted with the date, (so we can keep track of the time a project takes etc)

is there a way to e.g.

user changes code from 2 to 3.

the date of stage 3 box then becomes stamped with that date. I can use the =today() , but the date obviously changes! and i need I suppose an if completed code=3 populate "date of stage 3 txtbox" type coding of some sort.

any tips gratefully received.

ta

John
 
Datestamp

In the afterupdate event of the box you're updated put

textboxname = Date()


HTH
 

Users who are viewing this thread

Back
Top Bottom