I will have to do more digging for the 1st one. For the second one just
move that code to the click event of the button. You will have to assign
this value to the field in question so use something like
this:Fieldname.rawValue = concat(theDate, " ", theTime)Paul