G
Guest
Hi all,
I have a form that temporarily copies its value to a second field on a form
until it is later changed. The following code is place in the AfterUpdate of
Field1.
Me.field2.value = me.field1.value
This works perfectly, both the above are number fields. I then wish to do
the same with two date fields on the same form. Except it doesn't seem to
work any ideas? Any and all help welcome. Thanks for taking the time to
read this.
Debbie D.
I have a form that temporarily copies its value to a second field on a form
until it is later changed. The following code is place in the AfterUpdate of
Field1.
Me.field2.value = me.field1.value
This works perfectly, both the above are number fields. I then wish to do
the same with two date fields on the same form. Except it doesn't seem to
work any ideas? Any and all help welcome. Thanks for taking the time to
read this.
Debbie D.