Hello,
How do I make the previous record show up in a new record so it doesn't have
to be typed agian when adding a lot of records?
any help would be greatly appreciated...
Thanks,
Mark
Sprinks - 16 May 2007 15:56 GMT
Mark,
There are multiple strategies for this, some of which are explained on the
link below. Another is to use the AfterUpdate event of each control to
reassign the DefaultValue property:
Me![MyControl].DefaultValue = Me![MyControl]
http://www.thescripts.com/forum/thread192588.html
Hope that helps.
Sprinks
> Hello,
>
[quoted text clipped - 6 lines]
>
> Mark