SarahF Posted March 6, 2006 Posted March 6, 2006 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
Vaughan Posted March 6, 2006 Posted March 6, 2006 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
SarahF Posted March 7, 2006 Author Posted March 7, 2006 How do I do the 'change back with rec-id' part? Thanks! Sarah
Recommended Posts
This topic is 7105 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