Hi!
I have a table with a few columns. I am trying to write a code which would select certain records from the table an then append all these same records into the same table with only one column values changed (column: StageNumber).
The reason for this: I have a form with several subforms based on the same table (each subform automatically assigns certain stage number to all its records to prevent manual input of stage number). If all the information is similar or the same for different stages (different subforms in my case), I want to have a button which will copy all the similar data into all the subforms.
I would appreciate any help with this! Thank you
I have a table with a few columns. I am trying to write a code which would select certain records from the table an then append all these same records into the same table with only one column values changed (column: StageNumber).
The reason for this: I have a form with several subforms based on the same table (each subform automatically assigns certain stage number to all its records to prevent manual input of stage number). If all the information is similar or the same for different stages (different subforms in my case), I want to have a button which will copy all the similar data into all the subforms.
I would appreciate any help with this! Thank you