copy field

chanel

New member
Local time
Yesterday, 19:45
Joined
Jul 20, 2006
Messages
7
I have a data entry form with many records. Instead, of retyping the same data. I would like click a button and the data on the top row will copy downward. I'm stuck, please help.
 
Hi Chanel

Not really quite sure what you are asking here, but I assume you have some controls on top for instance textboxes that you enter data into. You have textboxes at the bottom which you want to populate with exactly the same data from the top? If this is the case, then just set the value of the textbox at the bottom to the value of the textbox on the top when you click the button.

Are you viewing / entering the data through a grid view and want to take the last record entered and populate the row below that one once the button is clicked?
 
Last edited:
Yes, the form is a continous view. I have a form with many blank rows and columns. Its function is use for data entry. The form is to be fill with many repeated data. For example, the form contains 50 blanks rows and 12 columns. 10 rows are of the same data. And the next 20 rows are of the same data.

Instead of retyping the same data onto the next row and the next row. I would type in a cell with the data and click a button. The data are copy down the row and stop when it meets a cell with different data.
 
Can you give me an example of what you are saying?
 

Users who are viewing this thread

Back
Top Bottom