March 6, 200619 yr Hello, It seems like there should be a Simple solution to this but it's currently eluding me.... I have a multi-step process to fill out a record. The user inputs their info and clicks submit, which takes to a page to enter more info for the same record. However, the database naturally creates a new record for this second page instead of truncating it to the first. How do I tell it to use the first record, and how do I tell it which record to use?? I'm just using html. Thanks! Sarah
March 6, 200619 yr I assume you're using CWP and CDML? Create the first record with -new, then change back to the record using [-recid] and continue with -edit
Create an account or sign in to comment