Duplicating Data on a Form

M

markstahl

Hi, I was wondering what the easiest way to duplicate data entered on a form
is? Say for example, I have a form with 6 fields that link back to a table.
If a user enters "50" into the first field, I would like to have a button
that the user can press that duplicates the data in that first field to the
remaining 5 fields of the form and store them in the table. Is this fairly
easy? Thanks.
 
S

Sirocco

Once 50 is entered, it's stored. Why do you want the same number stored 5
more times?
 
Top