I am trying to set the default date for a record equal to the date of the previous record. I do this at the afterupdate event and although I have managed to have it work for any other variable, I cannot get it to work for a Date variable. The new value becomes 30/12/1899 etc which is the internal date storage, not formatted for a Short date format I use. I have tried using
Date.defaultvalue = date.value
and Date.defaultvalue = Cdate(date)
I do not get an error, but the date format seems to get lost in the assignment statement. I am desperate for help
Thanks
Date.defaultvalue = date.value
and Date.defaultvalue = Cdate(date)
I do not get an error, but the date format seems to get lost in the assignment statement. I am desperate for help
Thanks