February 24, 200916 yr I have a database that tracks my company's products. Each record within the product database has related record(s) in two other databases for operations and color details. I'd like to create a script to duplicate a record from within the product database, but would like to duplicate all related records, also. The records are related by an auto-enter serial number, so when I use the Duplicate Record command, the related records disappear. I think the script should look something like this: Set variable "Old serial" (kp_serial_no) Duplicate record Set variable "New serial" (kp_serial_no) Find related record in COLOR DETAILS (Old serial) Duplicate all records Set kf_serial_no (New serial) Does this seem correct? Set (kf_
Create an account or sign in to comment