stefanshotton Posted January 20, 2005 Share Posted January 20, 2005 I have a database holding information on advice given to cutomers and their personal details. I want to generate a script that can be run from a button that copies all of the clients details to a new record. However the client ID (number field) is auto generated in serial and i do not want the old client id to overwrite this when the copy is done.(im presuming this will happen, correct me if im wrong!) The number of fields is large so i do not want to set up individual steps for each field. Is there a way to copy the whole record except for that one field? Any help would be appreciated. Thanks Link to comment Share on other sites More sharing options...
-Queue- Posted January 20, 2005 Share Posted January 20, 2005 Duplicating a record will not duplicate an auto-entered serial field. It will be set with the next available serial. Link to comment Share on other sites More sharing options...
Recommended Posts
This topic is 6645 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now