|
Data entry consists of typing values in data fields or selecting values from bound controls. Some records happen to have the same value for a particular field, or most records hold a common value for a certain field. When designing a form, you can assign the most commonly used value to such a field so the user would not have to type it.
PageRank: Not available
(Clicks: 0;
Comments: 0;
Listing added: May 26, 2007)
|
|
We have used the concept of a query so far only to create a list of fields that would be considered for a set of records. We also mentioned that a query in Microsoft Access is simply a means of visually representing data. Indeed, a query is based on a SQL statement.
PageRank: Not available
(Clicks: 0;
Comments: 0;
Listing added: May 26, 2007)
|
|
A chart created using the New Form dialog box is positioned on a form. As such, the form acts as its parent.
PageRank: Not available
(Clicks: 0;
Comments: 0;
Listing added: May 26, 2007)
|
|
To further enhance your filtering capabilities, you can use Boolean algebra combined with the operators we have used so far. Besides the logical operators we know already, Boolean algebra adds extra operators used to concatenate expressions.
PageRank: Not available
(Clicks: 1;
Comments: 0;
Listing added: May 26, 2007)
|
|
When creating relationships among tables, we were selecting the primary key of one table and the foreign key of a dependent table to join them.
PageRank: Not available
(Clicks: 0;
Comments: 0;
Listing added: May 26, 2007)
|
|
So far, to create a query we have learned to use either the Query Wizard or the Design View of a query. In both cases, we were selecting fields and adding them to the query. This concept of building a query is based on the Structured Query Language abbreviated SQL.
PageRank: Not available
(Clicks: 0;
Comments: 0;
Listing added: May 26, 2007)
|
|
Data analysis provides the user with the ability to examine a database's records and the overall behavior of its objects. Data analysis is performed on tables, queries, and/or forms.
PageRank: Not available
(Clicks: 0;
Comments: 0;
Listing added: May 26, 2007)
|
|
At this time, we know that there is useful functionality to creating relations between tables as they allow the user to select existing information instead of typing it. This flow of information brings up issues about what happens if data that exists in a parent table gets deleted while such information has been made available to another table.
PageRank: Not available
(Clicks: 0;
Comments: 0;
Listing added: May 26, 2007)
|
|
Most of your data entry will be performed on forms. This is done to protect your tables from (even unintentional) corruption. This means that, during table design, you should be aware of what table is doing what and why.
PageRank: Not available
(Clicks: 0;
Comments: 0;
Listing added: May 26, 2007)
|
|
Data entry as we have performed it so far consisted of typing the necessary value in each field. Because a regular database is made of various tables, these objects work as an ensemble to create a product as complete and efficient as possible.
PageRank: Not available
(Clicks: 0;
Comments: 0;
Listing added: May 26, 2007)
|