In a typical database application custom written in C# or other coding languages the form that is used for data entry is typically also the form used for editing records. I've been using the Caspio way of creating a form for data entry "create" and then a report to lookup records for editing (Read, Update, Delete) but it seems odd to me. It also means the user interface is not really consistent with how years of writing programs has made me think. CRUD tasks work together when users are adding and updating or deleting records and generally doing data manipulation tasks. Reports are for taking that data and pulling it together into something that helps with knowledge. I feel like it's two different mindset's. Has anyone else felt this way and if so are there ways to make the transition from creating records to modifying or deleting records less disconnected?
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
Billp
In a typical database application custom written in C# or other coding languages the form that is used for data entry is typically also the form used for editing records. I've been using the Caspio way of creating a form for data entry "create" and then a report to lookup records for editing (Read, Update, Delete) but it seems odd to me. It also means the user interface is not really consistent with how years of writing programs has made me think. CRUD tasks work together when users are adding and updating or deleting records and generally doing data manipulation tasks. Reports are for taking that data and pulling it together into something that helps with knowledge. I feel like it's two different mindset's. Has anyone else felt this way and if so are there ways to make the transition from creating records to modifying or deleting records less disconnected?
Link to comment
Share on other sites
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.