James, If anyone goes back and edits the data, the timestamp will be updated. If that is what you want you are golden.
Dennis McGrath Software Developer QMI Security Solutions 1661 Glenlake Ave Itasca IL 60143 630-980-8461 [email protected] -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Jim Belisle Sent: Wednesday, February 26, 2014 12:54 PM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: date time Karen, Sometimes the old fashioned way works better. Now I got what I want. Thanks for the tip. James Belisle Making Information Systems People Friendly Since 1990 From: [email protected] [mailto:[email protected]] On Behalf Of Karen Tellef Sent: Wednesday, February 26, 2014 12:38 PM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: date time Or you can do it the old fashioned way and define a form variable: DateTimeCol = .#NOW This will only update if the row has been modified or inserted Karen -----Original Message----- From: Albert Berry <[email protected]> To: RBASE-L Mailing List <[email protected]> Sent: Wed, Feb 26, 2014 12:23 pm Subject: [RBASE-L] - RE: date time All right, let us put the two different pieces in one post. It might help clarify things. So that the user sees the time on the form, place the LED or analog clock on the form. It will click off the seconds, but won't do anything for the database entry. You need to use .#NOW when you insert the row as part of the data string when you post the row to the table. This is in the button eep that you use to save the row. Albert

