- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2022 03:10 AM
Dear all,
Please help me choose one of the following a question below:
- When working on a form, what is the difference between Insert and Update operations?
1. Insert creates a new record and Update saves changes, both remain on the form
2. Insert creates a new record and Update saves changes, both exit the form
3. Insert saves changes and exits the form, Update saves changes and remains on the form
4. Insert saves changes and remains on the form, Update saves changes and exits the form
I'm not sure, I think it's 2 or 4. Kindly help me choose an answer most exactly.
Many thanks to everyone.
Solved! Go to Solution.
- Labels:
-
Reference Architecture

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2022 03:23 AM
its option 2
2. Insert creates a new record and Update saves changes, both exit the form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2022 03:45 AM
It's Option 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2023 07:26 PM
option 4: Insert saves changes and remains on the form, Update saves changes and exits the form
If you would like to Insert, there are 2 ways;
1. Click Save button, which remains on the form.
2. Click Submit button, which exits the form.
For Update button, it will exit the form.