answersLogoWhite

0

Microsoft Access

Microsoft Access is a database management system. Part of the Microsoft Office suite, Access can be used to edit data stored in various database formats, such as SQL (multiple varieties), Oracle, Excel, XML, etc. Questions about this software and how to use it belong here.

1,050 Questions

What is a detail line in access 2007?

The detail line in Access 2007 contains all of the controls you have used to generate the body of the report. The default settings print it once for every row in the source record.

Difference between number and text type field in ms access?

This is true in any database (Access, Oracle). A number field is technically called a "NUMERIC" field. Only numbers can be inserted into a field that has this designator. A text field is for characters or numbers. It can be a "CHAR" (character), a VARCHAR (characters or numbers). It's basically a way of putting rules on columns--what type of data belongs there.

Fields tha can contain more than one value in Microsoft access?

This statement is not asking a clear question so I am unable to answer the question effectively. This may be something that you would want to post on a tech based message board to get an accurate answer for what you're looking for.

Why is it necessary to set a unique identifier for student table?

All tables need to have individual identifiers that are unique. That way we can identify each student. All students must have some way of being identified so there is no confusion. If you had two students with the same name, they would have different student numbers that would identify them. In any database it is important to be able to individually identify a record. In a database that is done by having a key field. It cannot be left blank and it cannot have the same value more than once, guaranteeing it is unique.

Which data type in your Access table would be best for a field that stores telephone numbers?

Although a lot of people will think number, the correct answer is text. There are a number of reasons for that. Most phone numbers start with zero, but zero will be dropped if it is at the start of a number. Phone numbers often have spaces and other non-numeric characters in them. You never do calculations with phone numbers, like adding them together or finding an average phone number, so there is no need for them to be numerical. So phone numbers and any other sort of identifying number, like code numbers or reference numbers, are normally stored as text.

What a pre-filled user field called in access?

It is a field with a default value, so it is a default value field. Autonumber fields can also put values in themselves, as can calculated fields.

What are three useful tools for organizing data?

There are a number of useful tools for organizing data. These include spreadsheets, creating graphs, and creating folders to organize all of your documents.

Why does Microsoft access auto number keep resetting by itself?

When you use the compact and repair tool, the Auto Number in a table will be reset to one greater than the largest existing AutoNumber value. For example, consider a table with an AutoNumber field that has 10 rows with autonumbered values from 1 to 10. If you delete rows 6, 9, and 10, and then compact and repair the database, the AutoNumber seed will be reset to 9 (1 greater than the maximum AutoNumber value in the table, which in this example is 8). If the table has no data in it, the AutoNumber will be reset to 1.

Where is auto-format located in access 2010?

In Access 2010, Auto-format has been replaced with themes, but you can still use the auto-format function.

To use auto-format, you have to add it to either your quick access toolbar or in one of your ribbons.

To add it, right click on either your quick access toolbar or ribbon and select "Customize the ribbon".

On the menu that pops up, Select "Commands not in the Ribbon" under the 'Choose commands from' pulldown.

You will see the auto-format command around 5 places down from the top. In order to add it to your ribbon, you have to create a custom group, but you can put it anywhere. For the quick access toolbar, you just click and drag.

What is In Not in like in Access?

NOT is a command used to restrict what a query displays. You can use it to specifically eliminate a set of value. You would be saying you want records that have values not in this list which you specify. IN works like OR. Say you have a list of people are their marital status was a field. Say the values in the field could be Single, Married, Widowed, Divorced, Separated or Unknown. If you wanted to show all of the people that were not Divorced or Separated, you could use the Not In to do it. In the criteria line under marital status you could have:

Not In ("Divorced","Separated")

Is Access designed for relational data and is Excel best for flat data structures?

They are for different programs for different purposes: Access is a database (basically single user), Excel is a spreadsheet program.

What could be the consequences if you change the data type of a field?

If there is no data, then there will be no consequences. If there is data in it, it could be changed or lost or it may have no major effect. It would depend on the data type, what data was in the field and what data type it was changed too.

What type of object is used to find answers to questions about the data in an Access database?

A query.

A query.

A query.

A query.

A query.

A query.

A query.

A query.

A query.

A query.

A query.

What is the access date?

This is the date when the user visited the site.

Can you use SQL commands to modify queries created using the Simple Query Wizard in Access?

Yes. Once a query has been created in Access, you can go to SQL View and make changes to it.

Yes. Once a query has been created in Access, you can go to SQL View and make changes to it.

Yes. Once a query has been created in Access, you can go to SQL View and make changes to it.

Yes. Once a query has been created in Access, you can go to SQL View and make changes to it.

Yes. Once a query has been created in Access, you can go to SQL View and make changes to it.

Yes. Once a query has been created in Access, you can go to SQL View and make changes to it.

Yes. Once a query has been created in Access, you can go to SQL View and make changes to it.

Yes. Once a query has been created in Access, you can go to SQL View and make changes to it.

Yes. Once a query has been created in Access, you can go to SQL View and make changes to it.

Yes. Once a query has been created in Access, you can go to SQL View and make changes to it.

Yes. Once a query has been created in Access, you can go to SQL View and make changes to it.

How do you store fingerprints in Access database?

They may be stored as images, which allows for visual recognition, or they may be characterized as unique identifiers so that they can be easily queried against a user's input. This is usually done by identifying a number of points and describing each point as a unique hash that allows partial queries.