answersLogoWhite

0

Bound Vs. Unbound
  • Forms within Access can be either bound or unbound. A bound form means that the form and your data table are connected and that they depend on each other. Information entered into a bound form changes the cell within the spreadsheet that has the same label. For instance, when you put an age into an "Age" field in a form, it also updates the "Age" cell in that row or column on the spreadsheet. Unbound forms have no relationship with the data in your database, but they have several other uses.

Switchboards
  • Switchboards are a type of unbound form that you can use to create menus for your database. Since a switchboard is not related to the actual data, manipulating a switchboard form does not alter your data within the cells. Utilize switchboards to create menus to open and close databases or to create a menu that enables you to create and access different forms. Think of a switchboard as a form that gives the end user options for actions.

Dialog Box
  • Another unbound form is a dialog box. These forms are not connected to data in the spreadsheet, so data can't be changed when using dialog boxes. Choose a dialog box when you want to create dialog after a user action. For example, use dialog boxes when creating prompts or results from a search that the user performed. Think of dialog boxes as forms that result from a user taking a particular action.

Data Entry
  • A data entry form is a bound form that affects the data within a spreadsheet. You can customize these forms to include different fields that relate to cells within the database, and you can further enhance the form by adding tabs to organize the form. When a user enters data into a data entry form, the database is updated with the new or changed information. Data entry forms may also be used to view related sets of data that you choose, such as a customer's name and address or phone number.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What are the uses of a Query?

In MS Access, a Query is a saved search, which can be used in reports, etc.


Which query language will use in MS Access to maintain database?

It uses a version of SQL. (Structured Query Language).


What you can use inbuilt feature in MS Access to create tables?

You can use the Create Table Wizard, a Make Table Query or a Data Definition Query as ways that are built into Access to create tables.


Is MS Access the same as SQL?

No. SQL stands for Structured Query Language. It is a language that is used to work with databases. There are different versions of it. MS Access is a database application. It actually has version of SQL in it that you can use in its queries. Certain types of queries in Access can only be created using SQL. Variations of SQL are found in other database applications too.


How do you find maximum and minimum of 5 number in ms access?

You can use the Max function and the Min function in a query to do it. They are both available when you use the Totals row in the query design grid.


What displays specific records from a table that meet a certain criteria in Ms access?

In MS Access, to display specific records from a table that meet certain criteria, you can use a query. You can create a select query by using the Query Design view or SQL view, where you specify the table and the fields you want to display. In the criteria row of the relevant field, you can input conditions (like specific values or ranges) to filter the records accordingly. Running the query will then show only the records that match your defined criteria.


What types of database programs are there?

MS Access, MySQL, SQL Server,


What are the disadvantages of Microsoft PowerPoint to Microsoft Access?

SQL - Structure Query Language for MS Access is not as robust as you get on some other RBMS like MS SQL Server, Oracle etc. SQL gives you the flexibility of of data definition and manipulation using script. Pelumi (Nigeria)


What is a complex query in Microsoft access?

A select query with multiple criteria


How do you install MS Query?

Re-run MS Office setup from CD choose to modify setup. Check "options" checkbox to explore components and in MS Office Tools, I believe, sellect MS Query to be installed. Make sure not to uncheck existing components


What do you click to create a query on the query wizard on the ribbon in access?

create tab


Do you have to have a query in access before you can have a form?

no