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.
How would I actually make something like this happen (i.e code)?
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.
How would I actually make something like this happen (i.e code)?