B
BobRoyAce
I have a form whose Default View is specified to be Continous Forms. In the
detail section I have a row of edit controls, some of which are bound to a
datasource and some of which are not. Additionally, I have a little button
(to the far left) that appears for each record. What I want to do, when the
user clicks on this button, is copy the record on the "line" it's on and
append it to table. I will not be copying all of the fields on the existing
record into the new one...just certain fields.
My question is twofold: First, How can I know which record to copy since
there could be several records being displayed? In other words, how will I
know which button they clicked on? Second, how would I actually make
something like this happen?
detail section I have a row of edit controls, some of which are bound to a
datasource and some of which are not. Additionally, I have a little button
(to the far left) that appears for each record. What I want to do, when the
user clicks on this button, is copy the record on the "line" it's on and
append it to table. I will not be copying all of the fields on the existing
record into the new one...just certain fields.
My question is twofold: First, How can I know which record to copy since
there could be several records being displayed? In other words, how will I
know which button they clicked on? Second, how would I actually make
something like this happen?