T
Terry
I have a simple form with a field that is a date/time field. What I want to
be able to do is that when I enter a date in this field and go to a new
record, that the contents from the field are automatically copied into the
field in the new record. I have no problem in accomplishing this when I use
another field that is formated as text. But when I try to do this on the
date/time field it always returns a value of 12/30/1899.
I have the following code attached on the AfterUpdate event:
ProdDate.DefaultValue = ProdDate.Value
Can anyone help me with this?
Thanks,
T
be able to do is that when I enter a date in this field and go to a new
record, that the contents from the field are automatically copied into the
field in the new record. I have no problem in accomplishing this when I use
another field that is formated as text. But when I try to do this on the
date/time field it always returns a value of 12/30/1899.
I have the following code attached on the AfterUpdate event:
ProdDate.DefaultValue = ProdDate.Value
Can anyone help me with this?
Thanks,
T