Hi Everyone,
I would appreciate if you could help with a problem that I am having when I want to autofill some records with data from previous record. I tried few things but they didn't work, last thing I tried was using the following code in the after update event:
[Me].[fieldname].[DefaultValue]="'" & [Me].[fieldname].[Value] & "'" which I found on the threads in this site.
Thanks in advance for your help.
AR
I would appreciate if you could help with a problem that I am having when I want to autofill some records with data from previous record. I tried few things but they didn't work, last thing I tried was using the following code in the after update event:
[Me].[fieldname].[DefaultValue]="'" & [Me].[fieldname].[Value] & "'" which I found on the threads in this site.
Thanks in advance for your help.
AR