Repeat Button Possible?

S

Stockwell43

Hello,

I was wondering if this is possible:

If a user has three loans by the same company(but different loan numbers,
amounts etc..) and fills in all the information in record one, because most
of the information will be the same for the next two records(next two loans)
is there a way to repeat the information from the first record to
automatically fill in record two and three by clicking a button or something?
My reason for asking is because one of the users said it take a lot of time
to entered repeated information and asked if there was a way to carry it to
the next record.

Thanks!!!!
 
A

Allen Browne

See:
Assign default values from the last record
at:
http://allenbrowne.com/ser-24.html

The code is very easy to implement. (It's a bit lengthy because it has to
figure out which controls to copy, and which ones not to, but you just
copy'n'paste it.)
 
Top