I am working with a legacy ACCESS application where many records are duplicated but with different primary IDs. These were created in ACCESS with Append Queries.
The straightforward way is to find the record to duplicate, download to EXCEL, change the ID and upload to append to the table. But I'm trying to automate this task using auto-submit submission forms. The challenge is letting the user modify the ID and create a new record in the same table. I am not updating the original record, but keeping it.
Any suggestions welcome. My first approach is to search for the record to duplicate, create an HTML block that passes all parameters by query string to a submission form. This form lets users change the ID and passes on to a submission form that auto-submits. That does work if there are only a few parameters in the query string.
It fails if the query string exceeds some limit (somewhere over 1,000 characters). Is there a known limit to query string length? And, is there a better way to do this?
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
skcombs
I am working with a legacy ACCESS application where many records are duplicated but with different primary IDs. These were created in ACCESS with Append Queries.
The straightforward way is to find the record to duplicate, download to EXCEL, change the ID and upload to append to the table. But I'm trying to automate this task using auto-submit submission forms. The challenge is letting the user modify the ID and create a new record in the same table. I am not updating the original record, but keeping it.
Any suggestions welcome. My first approach is to search for the record to duplicate, create an HTML block that passes all parameters by query string to a submission form. This form lets users change the ID and passes on to a submission form that auto-submits. That does work if there are only a few parameters in the query string.
It fails if the query string exceeds some limit (somewhere over 1,000 characters). Is there a known limit to query string length? And, is there a better way to do this?
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.