- Introduction to WorkXpress
- Building Your Application
- Examples and Best Practices
- Technical Manual
Records are the most basic of the 5 fundamental building blocks. They are sets of things that share common properties (fields) and are grouped together in a table. Records are normally added by using forms - capturing data from users.
For example, if you have a table called Employees, you might have the following fields: First Name, Last Name, Phone Number.
Employees | ||
---|---|---|
First Name | Last Name | Phone Number |
Ed | Smith | 555-555-1212 |
Juanita | Torres | 515-333-1212 |
Each row of the table is a record.