Dear friends,
my question is how to make a field value default(copy over) for the next record automatically?
i spent few hours working around the DefaultValue property. In the Afterupdate event, I wrote
Drop_In_Date.DefaultValue = Drop_In_Date.Value,
but that did not help. I also tried it in the oncurrent event of the form, but of no use.
Basically, the drop in date is going to be same for all the records typed in each day. So to make it easy for the user, I wanted to store the first time the date is entered, and then just make it default for each record, until it is changed next day.
Can you pl help.
Thanks
VC
my question is how to make a field value default(copy over) for the next record automatically?
i spent few hours working around the DefaultValue property. In the Afterupdate event, I wrote
Drop_In_Date.DefaultValue = Drop_In_Date.Value,
but that did not help. I also tried it in the oncurrent event of the form, but of no use.
Basically, the drop in date is going to be same for all the records typed in each day. So to make it easy for the user, I wanted to store the first time the date is entered, and then just make it default for each record, until it is changed next day.
Can you pl help.
Thanks
VC