All,
I have scrubbed the archives to see if someone else has requested this type of help but I have not been able to find anything that fits this scenario. I have a form (which is working perfectly at the moment) where my users want me to insert functionality that would allow them to save multiple entries into the database that would automatedly change one value (in our case the Version number). I currently have one object for the Version Number which forces them to insert multiple entries into the database where they are only changing the version number. (We do have cases where we install 5 to 6 version of the same project into test.) They were hoping that I could insert a new Object for the End-of-Range and use the existing object as the Starting-Range. My question is, is there an easy way to make copies of the same record, changing only one value (the Version) using the range values they inserted in the two objects on the form? I’m thinking this will need to be done on my “Save Record” command object within the On Click declaration. I would hate to have to create multiple variables for all the objects on the form and use them to produce the records. Any suggestion on how best to proceed would be greatly appreciated.
Thanks
Birky
I have scrubbed the archives to see if someone else has requested this type of help but I have not been able to find anything that fits this scenario. I have a form (which is working perfectly at the moment) where my users want me to insert functionality that would allow them to save multiple entries into the database that would automatedly change one value (in our case the Version number). I currently have one object for the Version Number which forces them to insert multiple entries into the database where they are only changing the version number. (We do have cases where we install 5 to 6 version of the same project into test.) They were hoping that I could insert a new Object for the End-of-Range and use the existing object as the Starting-Range. My question is, is there an easy way to make copies of the same record, changing only one value (the Version) using the range values they inserted in the two objects on the form? I’m thinking this will need to be done on my “Save Record” command object within the On Click declaration. I would hate to have to create multiple variables for all the objects on the form and use them to produce the records. Any suggestion on how best to proceed would be greatly appreciated.
Thanks
Birky
Comment