M
Meg
I have a form where I want the default value of
transferdate to be the value of the previous record. I
saw an earlier post on this board which said to put the
followingcode in the AfterUpdate event of the control for
the record:
Me!transferdate.DefaultValue = Me!Transferdate
However I get the following error message:
"Can't find the macro 'Me!Transferdate...."
Oh please wise ones, what am I doing wrong?
Thanks in advance.
transferdate to be the value of the previous record. I
saw an earlier post on this board which said to put the
followingcode in the AfterUpdate event of the control for
the record:
Me!transferdate.DefaultValue = Me!Transferdate
However I get the following error message:
"Can't find the macro 'Me!Transferdate...."
Oh please wise ones, what am I doing wrong?
Thanks in advance.