Can anyone help?
I have date1 and date2 fields in the saem table. I would like the value from date1 to automatically default to the value in date2 on moving to a new record. For example the user will enter date2 and proceed to the next record - I then want date1 of this record to default to that value previously entered as date2.
I have tried putting this code behind the after update property of date2
Me!Date1.defaultvalue = Me!Date2.value
But all it does is fill in date1 of the next record with 30-12-99 every time! It is driving me mad!
Does anyone know what I have done wrong?
Thanks
S
I have date1 and date2 fields in the saem table. I would like the value from date1 to automatically default to the value in date2 on moving to a new record. For example the user will enter date2 and proceed to the next record - I then want date1 of this record to default to that value previously entered as date2.
I have tried putting this code behind the after update property of date2
Me!Date1.defaultvalue = Me!Date2.value
But all it does is fill in date1 of the next record with 30-12-99 every time! It is driving me mad!
Does anyone know what I have done wrong?
Thanks
S