answersLogoWhite

0

In both cases the data will go into the same place, which is the table. The form just presents the data in a better layout, usually one record at a time. It enables data to be spaced out and have proper titles and may have boxes around sections or different colours or whatever. You can position the different pieces of data where you want them, to make it easily seen. If you look at the data directly in the table, you would just see a plain listing, all in rows and sometimes with data spilling off the edge of the screen, resulting in you having to scroll across to see it.

In both cases the data will go into the same place, which is the table. The form just presents the data in a better layout, usually one record at a time. It enables data to be spaced out and have proper titles and may have boxes around sections or different colours or whatever. You can position the different pieces of data where you want them, to make it easily seen. If you look at the data directly in the table, you would just see a plain listing, all in rows and sometimes with data spilling off the edge of the screen, resulting in you having to scroll across to see it.

In both cases the data will go into the same place, which is the table. The form just presents the data in a better layout, usually one record at a time. It enables data to be spaced out and have proper titles and may have boxes around sections or different colours or whatever. You can position the different pieces of data where you want them, to make it easily seen. If you look at the data directly in the table, you would just see a plain listing, all in rows and sometimes with data spilling off the edge of the screen, resulting in you having to scroll across to see it.

In both cases the data will go into the same place, which is the table. The form just presents the data in a better layout, usually one record at a time. It enables data to be spaced out and have proper titles and may have boxes around sections or different colours or whatever. You can position the different pieces of data where you want them, to make it easily seen. If you look at the data directly in the table, you would just see a plain listing, all in rows and sometimes with data spilling off the edge of the screen, resulting in you having to scroll across to see it.

In both cases the data will go into the same place, which is the table. The form just presents the data in a better layout, usually one record at a time. It enables data to be spaced out and have proper titles and may have boxes around sections or different colours or whatever. You can position the different pieces of data where you want them, to make it easily seen. If you look at the data directly in the table, you would just see a plain listing, all in rows and sometimes with data spilling off the edge of the screen, resulting in you having to scroll across to see it.

In both cases the data will go into the same place, which is the table. The form just presents the data in a better layout, usually one record at a time. It enables data to be spaced out and have proper titles and may have boxes around sections or different colours or whatever. You can position the different pieces of data where you want them, to make it easily seen. If you look at the data directly in the table, you would just see a plain listing, all in rows and sometimes with data spilling off the edge of the screen, resulting in you having to scroll across to see it.

In both cases the data will go into the same place, which is the table. The form just presents the data in a better layout, usually one record at a time. It enables data to be spaced out and have proper titles and may have boxes around sections or different colours or whatever. You can position the different pieces of data where you want them, to make it easily seen. If you look at the data directly in the table, you would just see a plain listing, all in rows and sometimes with data spilling off the edge of the screen, resulting in you having to scroll across to see it.

In both cases the data will go into the same place, which is the table. The form just presents the data in a better layout, usually one record at a time. It enables data to be spaced out and have proper titles and may have boxes around sections or different colours or whatever. You can position the different pieces of data where you want them, to make it easily seen. If you look at the data directly in the table, you would just see a plain listing, all in rows and sometimes with data spilling off the edge of the screen, resulting in you having to scroll across to see it.

In both cases the data will go into the same place, which is the table. The form just presents the data in a better layout, usually one record at a time. It enables data to be spaced out and have proper titles and may have boxes around sections or different colours or whatever. You can position the different pieces of data where you want them, to make it easily seen. If you look at the data directly in the table, you would just see a plain listing, all in rows and sometimes with data spilling off the edge of the screen, resulting in you having to scroll across to see it.

In both cases the data will go into the same place, which is the table. The form just presents the data in a better layout, usually one record at a time. It enables data to be spaced out and have proper titles and may have boxes around sections or different colours or whatever. You can position the different pieces of data where you want them, to make it easily seen. If you look at the data directly in the table, you would just see a plain listing, all in rows and sometimes with data spilling off the edge of the screen, resulting in you having to scroll across to see it.

In both cases the data will go into the same place, which is the table. The form just presents the data in a better layout, usually one record at a time. It enables data to be spaced out and have proper titles and may have boxes around sections or different colours or whatever. You can position the different pieces of data where you want them, to make it easily seen. If you look at the data directly in the table, you would just see a plain listing, all in rows and sometimes with data spilling off the edge of the screen, resulting in you having to scroll across to see it.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is the difference between a ratio table and a data table?

A ratio table is more like a pattern, where a data table has graphs.


What is the difference between a data table and a ratio table?

A ratio table is more like a pattern, where a data table has graphs.


What is the difference between a data table and a graph?

A data table is a list of statistics - a graph is a physical representation of the data.


What is the difference between a table and a figure?

a table shows lists of data, a figure represents data in graphic form


When working with a table what can be used as a guide when entering text or images?

When working with tables, entering text is very easy. Table data and table row can be used to enter details.


What is the difference between a data chart and a data table?

A chart is graphical, like a pie chart or a bar chart or a column chart. A table is an organised set of figures laid out in a table. You might use figures in the table to make a chart.


What is the difference between projecting and joining?

projecting: manipulating data to eliminate columns in a table. Joining: manipulating data to combine two or more tables.


Difference between table and index in sql?

A table is a collection of data that is organized into rows and columns. An index is a data structure that improves the performance of data fetch operations on a table. A table can exist as a standalone component but an index cannot. Indexes are built on top of tables and cannot exist without tables.


What is the difference between normalization and denormalization?

Normalizing data means eliminating redundant information from a table and organizing the data so that future changes to the table are easier. Denormalization means allowing redundancy in a table. The main benefit of denormalization is improved performance with simplified data retrieval and manipulation.


What are the key differences between presenting data in a table vs a figure?

The key difference between presenting data in a table and a figure is that a table organizes data in rows and columns for easy comparison, while a figure visually represents data through graphs, charts, or images to show trends or relationships. Tables are more precise and detailed, while figures provide a quick visual summary of the data.


What is the difference between delete and truncate statement in SQL Database?

Delete statement deletes only the data from the table but you can apply some condition and only part of the data can be deleted. Truncate empties entire table. Drop deletes the table itself.


What is the need of rdbms?

A DBMS stores data in a table where the entries are filed under a specific category and are properly indexed. This allowed programmers to have a lot more structure when saving or retrieving data. A relational database contains data in more than one table. Each table contains a database that is then linked to other tables with respect to their relationships. Read more: Difference Between DBMS and RDMS | Difference Between | DBMS vs RDMS http://www.differencebetween.net/technology/difference-between-dbms-and-rdms/#ixzz1eJUZkRgz