Tuesday, March 1, 2022

Understand presence

Presence information helps you to contact others and helps others to reach you. It provides information about a contact and helps you decide the best way to communicate with that contact. For example, you see that a co-worker's presence indicator is green in your Contacts list, indicating that she is Available. You could walk down the hall and talk in person, but you notice that her location and note indicate that she is working offsite, so you decide to send an instant message instead.

As indicated in the following table, some presence states are set by the Lync user, some are set automatically by Lync, and some can be set either way.

Presence Status

Description

How this status gets set

Lync Presence Available Available

You're online and available to contact.

Lync sets this status when it detects you are using your computer. You can also set this status when you want others to know you're in your office even though your computer is idle.

Lync Presence Busy Busy

You're busy and don't want to be interrupted.

Lync sets this status when, according to your Outlook Calendar, you have an appointment. You can also select this status by clicking the drop-down arrow beside the current status.

Lync Presence Busy In a call

You're in a Lync call (a two-party audio call) and don't want to be disturbed.

Lync sets this status when it detects that you're participating in a Lync call.

Lync Presence Busy In a meeting

You're in a meeting and don't want to be disturbed.

Lync sets this status when it detects that you're participating in a Lync meeting or when, according to your Outlook Calendar, you are scheduled to be in a meeting.

Lync Presence Busy In a conference call

You're in a Lync conference call (a Lync meeting with audio) and don't want to be disturbed.

Lync sets this status when it detects that you're participating in a Lync conference call.

Lync Presence Do Not Disturb Do not disturb

You don't want to be disturbed and will see conversation notifications only if they are sent by someone in your Workgroup.

You select this status by clicking the drop-down arrow.

Lync Presence Away Be Right Back

You're stepping away from the computer for a few moments.

You select this status by clicking the drop-down arrow.

Lync Presence Away Inactive/Away

You're logged on but your computer has been idle, or you've been away from your computer for a specified period of time.

Lync sets your status to "inactive" when your computer has been idle for five minutes, and "away" status when your status has been inactive for five minutes. (To change these default values, click the Options button Options arrow , click Status, and then click the arrows next to Show me as Inactive when my status has been idle for this many minutes and Show me as Away when my status has been Inactive for this many minutes.) You can also select this status by clicking the drop-down arrow.

Lync Presence Away Off Work

You're not working and aren't available to contact.

You select this status by clicking the drop-down arrow.

Lync Presence Offline Offline

You're not signed in. You'll appear as Offline to people whom you've blocked from seeing your presence.

Lync sets this status when you log off your computer.

Lync Presence Unknown Unknown

Your presence is not known.

This status might appear to contacts who aren't using Lync as their instant messaging program.

A red asterisk next to a contact's status indicates that he or she has turned on the Out of Office notification in Outlook.

Set a personal note

The presence states in Lync are pre-set and can't be customized or added to, but if you want to give your contacts more details about where you are or what you're doing, you can write a personal note at the top of the Lync main window. To do this, click the note display area (the box above the picture area and your name), then click and type over anything that is currently displayed.

Important:  When you change your Automatic Replies (Out of Office) settings in Microsoft Outlook, the note that you type there will also appear in the personal note area in Lync. To remove this note from your Lync display, you must turn off the Out of Office notice in Outlook. To do that, click the File tab in Outlook, and then click the Turn off button in the Automatic Replies panel.

For more information about setting a personal note, see "Add and view a personal note" at Change your presence status.

Top of Page

Build an access database to share on the web

Important   Microsoft no longer recommends creating and using Access 2010 web databases. For more information, see Access 2010 web databases roadmap.

You can use Access 2010 and Access Services, a component of SharePoint, to build web database applications. This helps you:

  • Secure and manage access to your data

  • Share data throughout an organization, or over the Internet

    Note:  A user account is required to use a web database. Anonymous access is not supported.

  • Create database applications that don't require Access to use

This article provides an overview of Access web database design. For an introduction to desktop database design, see the articles Create a new desktop database and Database design basics.

In this article

Overview

Access 2010 and Access Services (an optional component of SharePoint) provide a platform for you to create databases that you can use on the Web. You design and publish a web database by using Access 2010 and SharePoint, and people who have SharePoint accounts use the web database in a web browser.

How it works

When you publish a web database, Access Services creates a SharePoint site that contains the database. All of the database objects and data move to SharePoint lists in that site. The following video illustrates the process.

Your browser does not support video. Install Microsoft Silverlight, Adobe Flash Player, or Internet Explorer 9.

After you publish, SharePoint visitors can use your database, based on their permissions for the SharePoint site.

  • Full Control    This lets you make data and design changes.

  • Contribute    This lets you make data changes, but not design changes.

  • Read    This lets you read data, but you can't change anything.

You can open the web database in Access, revise the design, and then sync your changes — effectively, save them to the SharePoint site. The following video illustrates the process of making a design change after you have published your web database.

Your browser does not support video. Install Microsoft Silverlight, Adobe Flash Player, or Internet Explorer 9.

You can also take your web database offline, use the offline version, and then sync data and design changes when you are back online.

Note: To build a web database, you need Full Control permissions on the SharePoint site where you want to publish it. For more information about SharePoint permissions, see the See Also section.

Forms and reports run in the browser

Forms, reports, and most macros run inside the browser. This lets Access refresh data on the screen without having to redo the whole page.

You can create a form to help people navigate your application. A new control, the Navigation control, makes it easy to add standard Web-style navigation buttons to a form for this purpose.

Note: The Navigation Pane (the feature that you use in Access to browse the objects in a database) is not available in a web browser.

Data is stored in SharePoint lists

All of your tables become SharePoint lists, and records become list items. This lets you use SharePoint permissions to control access to your web database, as well as take advantage of other SharePoint capabilities.

Security Note:  The connect string for linked tables is unencrypted, including the username and password if that information was saved (and the link target supports user accounts). In a database that has a link to a SharePoint list and the link includes the username and password, a malicious user could change which list is the target of the link, using the saved credentials. Even if the credentials aren't saved with the connect string, a malicious user could modify permissions on the SharePoint site with the assistance of a collaborator who already has sufficient permissions. Exercise caution when you share copies of a database that contains links to lists in a published web database.

Queries and data macros run on the server

All SQL processing happens on the server. This helps improve network performance by limiting traffic to result sets.

Intranet or Internet

You can publish to your own intranet SharePoint server, or to the Internet. Microsoft is offering an Internet-facing, hosted SharePoint solution.

Top of Page

Create a web database

This section describes key new features and provides steps for the basic design tasks you need to complete to create a web database.

In this section

Before you begin

There are a few tasks that you should perform before you start to design your web database. Moreover, there are design differences between web databases and desktop databases that you should know about, especially if you are an experienced Access developer.

  • Determine the purpose of your database    Have a clear plan so you can make good decisions when working out design details.

  • Find and organize the information required    You cannot use linked tables in a web database. Any data that you want to use that will not originate in the database must be imported before you publish. If you line up your data before you start designing, you can avoid having to refit your design to accommodate unexpected data challenges.

  • Identify the SharePoint site you will use to publish    You cannot publish at all without SharePoint. If you want to test your design in a browser while you design it (not a bad idea), you have to publish it first.

  • Plan your security    You can take advantage of SharePoint security to control access to your web database. Plan security early so you can build it into your design.

Design differences between desktop and web databases

Some database features that you can use in a desktop database are not available with Access Services. However, there are new features that support many of the same scenarios as these desktop features.

The following table lists the desktop-only features, and the new feature that helps support the same scenario.

Scenario

Desktop-only feature

New feature

Designing database objects

Design view

Enhanced Datasheet view; Layout view

Reviewing summarized data, such as sums, averages, and groups

Group functions

Data macros; group functions in reports

Programming events

VBA

Macros and data macros; New macro design experience with IntelliSense

Navigate to a database object

Navigation Pane; switchboards

Navigation control or other form element

Important: You can create many client objects in a web database, but you cannot use them in a browser. However, they are part of the web database and can be used in Access 2010 on the desktop. People can open the web database in Access, and then use the client objects. This is an effective way to share a database, and also opens new opportunities for working together over the Web. SharePoint handles any concurrency issues.

Desktop-only features with no Access Services counterpart

Note: The following list is not exclusive.

  • Union queries

  • Crosstab queries

  • Overlapping controls on forms

  • Table relationships

  • Conditional formatting

  • Various macro actions and expressions

Consider using a template

When you have determined what your application must do, consider whether a database template would work. Database templates are pre-built applications that you can use as-is or modify to suit your particular needs.

You can review the available templates on the New tab in Backstage view. For more information about the templates that come with Access 2010, see the article Select and use an Access template.

Get started with a blank web database

  • On the File tab, click New.

    The Backstage view of Access

The File tab opens Backstage view, a new part of the Access interface where you'll find commands that apply to an entire database, such as Publish to SharePoint.

In Backstage view, the New tab has commands for creating a database.

The features of the New tab in Backstage view

1. Under Available Templates, click Blank Web Database.

2. Review the proposed file name in the File Name box, and the path for the database file, listed just below. You can change the file name by typing in the File Name box.

3. To change the path, click the folder icon next to the File Name box to browse for a location to put your database file.

4. Click Create. Your new web database opens and displays a new empty table.

Design a web table

You use Datasheet view to design a web table.

When you first create a blank web database, Access creates a new table and opens it in Datasheet view. You can use the commands on the Fields tab and the Table tab to add fields, indexes, validation rules, and data macros — a new feature that lets you change data based on events.

After you edit and use the new table, you'll most likely want to create more tables.

Create a new web table

With your web database open:

  • On the Create tab, in the Tables group, click Table.

When you first create a table, it has one field: an AutoNumber ID field. You can add new fields to store the items of information required by the table subject. For example, you might want to add a field that stores the date you begin tracking something.

Add a field from the field gallery

You can choose from a variety of preformatted fields and add them to your table by using the field gallery.

  • On the Fields tab, in the Add & Delete group, click the field type that you want.

Add a field by clicking the datasheet

  1. With the table open, click Click to Add, and then select a field type.

  2. Give the field a name that reflects its contents.

    Tip: To change the name of an existing field, double-click the field name.

  3. Repeat for each field that you want to create.

Change field properties

Formatting and properties determine how a field behaves, such as what kind of data it can store. You can change these settings so that the field behaves the way that you want.

  1. Select the field that has formatting and properties that you want to change.

  2. On the ribbon, click the Fields tab.

  3. Use the commands in the Formatting and Properties groups to change the settings.

Add a calculated field

You can add a field that displays a value that is calculated from other data in the same table. Data from other tables cannot be used as the source for the calculated data. Some expressions are not supported by calculated fields.

  1. With the table open, click Click to Add.

  2. Point to Calculated Field, and then click the data type that you want for the field.

    The Expression Builder opens.

  3. Use the Expression Builder to create the calculation for the field. Remember that you can only use other fields from the same table as data sources for the calculation. For Help using the Expression Builder, see the article Use the Expression Builder.

Set up data validation rules

You can use an expression to validate input for most fields. You can also use an expression to validate input for a table, which can be useful if you want to validate input for a field that does not support validation, or if you want to validate field input based on the value of other fields in the table. For a more thorough explanation of validation, see the article Restrict data input by using a validation rule.

You can also specify the message that is displayed when a validation rule prevents input, known as a validation message.

Set up a field validation rule and message

  1. Select the field to which you want to add a validation rule.

  2. On the ribbon, click the Fields tab.

  3. In the Field Validation group, click Validation, and then click Field Validation Rule.

    The Expression Builder opens.

  4. Use the Expression Builder to create your validation rule. For Help using the Expression Builder, see the article Use the Expression Builder.

  5. In the Field Validation group, click Validation, and then click Field Validation Message.

  6. Type the message that you want to display when input data is not valid, and then click OK.

Set up a record validation rule and message

You can use a record validation rule to prevent duplicate records, or to require a certain combination of facts about the record are true, such as [Start Date] is greater than January 1, 2010, and less than [End Date]

  1. Open the table to which you want to add a validation rule.

  2. On the ribbon, click the Fields tab.

  3. In the Field Validation group, click Validation, and then click Record Validation Rule.

    The Expression Builder opens.

  4. Use the Expression Builder to create your validation rule. For Help using the Expression Builder, see the article Use the Expression Builder.

  5. In the Field Validation group, click Validation, and then click Record Validation Message.

  6. Type the message that you want to display when input data is not valid, and then click OK.

Create a relationship between two web tables

To create a relationship in a web database, you use the lookup wizard to create a lookup field. The lookup field goes in the table that is on the many- side of the relationship, and points to the table that is on the one- side of the relationship.

Create a lookup field in Datasheet view

  1. Open the table that you want on the many- side of the relationship.

  2. Click the arrow next to Click to Add, and then click Lookup & Relationship.

  3. Follow the steps of the Lookup Wizard to create the lookup field.

Modify a lookup field in Datasheet view

  1. Open the table that has the lookup field that you want to modify.

  2. Do one of the following:

    • On the Fields tab, in the Properties group, click Modify Lookups.

    • Right-click the lookup field, and then click Modify Lookups.

  3. Follow the steps of the Lookup Wizard.

Maintain data integrity by using data macros

You can implement cascade updates and deletes by using data macros. You can use commands on the Table tab to create embedded macros that modify data. The following video shows you the basics.

Your browser does not support video. Install Microsoft Silverlight, Adobe Flash Player, or Internet Explorer 9.

For more information about creating data macros, see the article Create a data macro.

Create a web query

You can use a query as the data source for forms and reports. Queries run on the server, helping minimize network traffic.

For example, suppose you use a web database to track charitable contributions. You want to see who donated money while an event was occurring. You could use a query to select the data and prepare it for use in forms and reports.

Note: This procedure uses the charitable contributions template as an example. You can follow along if you create a new database by using the charitable contributions database template.

  1. On the Create tab, in the Queries group, click Query.

  2. In the Show Table dialog box, double-click each table that you want to include, and then click Close.

    In this example, double-click Constituents, Donations, Events, and EventAttendees.

  3. Create any required joins by dragging fields from one object to another in the query design window.

    In this example, drag the ID field from Constituents to the DonorConstituentID field in Donations, and then drag the DonorConstituentID field from Donations to the ConstituentID field in EventAttendees.

  4. Add the fields that you want to use. You can drag the fields to the grid, or you can double-click a field to add it.

    In this example, add Event from the table Events, DonationDate from the table Donations, and Greeting, FirstName, and LastName from the table Constituents.

  5. Add any criteria that you want to apply.

    In this example, you want to limit DonationDate so that it falls between the StartDate and EndDate of the event. In the query design grid, in the Criteria row under DonationDate, type >=[StartDate] And <=[EndDate].

Create a web form

Forms are the main way to enter and edit data in your web database, and are also useful for reviewing data. Forms run in the browser, helping optimize performance. When you open a form, your browser retrieves the required data from the SharePoint server. You can filter and sort the data in the form without having to retrieve data from the server again.

Tip: For best performance, limit the records retrieved by your main forms and reports.

  1. Select a table or query to use as a data source.

    Note: If you want to create an unbound form, skip this step.

  2. On the Create tab, in the Forms group, click one of the following buttons:

    • Form    Create a simple form that shows one record at a time, using the object you selected as a data source.

      Note: If you are creating an unbound form, this button is not available.

    • Multiple items    Create a form that shows multiple records at a time, using the object you selected as a data source.

      Note: If you are creating an unbound form, this button is not available.

    • Blank form    Create a form that has nothing on it.

    • Datasheet    Create a form that looks and behaves like a datasheet, using the object you selected as a data source.

      Note: If you are creating an unbound form, this button is not available.

Create a web report

Reports are the main way to review or print data from your web database. Reports run in the browser, helping optimize performance. When you open a report, your browser retrieves the required data from the SharePoint server. You can filter and sort data in the report without having to retrieve data from the server again.

Tip: For best performance, limit the records retrieved by your main forms and reports.

  1. Select a table or query to use as a data source.

  2. On the Create tab, in the Reports group, click one of the following buttons:

    • Report    Create a basic report using the object you selected as a data source.

    • Blank Report    Create a report that has nothing on it.

Create a Navigation form and set it as the default form to display on start

People need a way to navigate your application. Remember — the Navigation Pane is not available in a web browser. For people to use your database objects, you must provide them a means. You can create a Navigation form and specify that it be displayed whenever someone opens your application in a web browser. Moreover, if you don't specify a form to display when the application starts, no form will open, making it difficult for anyone to use the application.

Tip: You might want to wait until last to create your Navigation form, so that that you can add all your objects to the form when you create it.

  1. On the ribbon, click the Create tab.

  2. In the Forms group, click Navigation, and then select a navigation layout from the list.

  3. To add an item, drag it from the Navigation Pane to the Navigation control.

    Note: You can only add forms and reports to a Navigation control.

  4. Add any other controls that you want to the body of the Navigation form. For example, you might want to provide search functionality across all forms by adding some controls to your Navigation form.

Set your navigation form as the default web display form

  1. On the File tab, under Help, click Options.

  2. In the Access Options dialog box, click Current Database.

  3. Under Application Options, click Web Display Form, and then select the form that you want from the list.

    Note:  You do not have to select your navigation form as the web display form. You can specify any web form.

Top of Page

Publish and synchronize changes to your application

Publish a web database

You can watch a video of this process in the Overview section.

  1. On the File tab, click Save & Publish, and then click Publish to Access Services.

  2. Click Run Compatibility Checker.
    Run Compatibility Checker button in the Backstage view of Access
    The compatibility checker helps you make sure that your database will publish correctly. If it discovers any issues, you should address them before you publish.

    Note:  If any issues are discovered, Access stores them in a table called Web Compatibility Issues. Each row in the table contains a link to troubleshooting information.

  3. Under Publish to Access Services, fill in the following:

    • In the Server URL box, type the web address of the SharePoint server where you want to publish the database. For example, http://Contoso/.

    • In the Site Name box, type a name for your web database. This name will be appended to the Server URL to produce the URL for your application. For example, if the Server URL is http://Contoso/ and the Site Name is CustomerService, the URL is http://contoso/customerservice.

  4. Click Publish to Access Services.

Synchronize a web database

After you make design changes or take a database offline, you eventually want to synchronize. Synchronizing resolves differences between the database file on your computer and the SharePoint site.

You can watch a video of this process in the Overview section.

  1. Open the web database in Access and make your design changes.

  2. When you are finished, click the File tab, and then click Sync All.
    Sync All button in the Backstage view of Access

Top of Page

Use a screen reader to review the version history for a file in a document library in sharepoint online

Decorative icon. Screen reader content

This article is for people with visual impairments who use a screen reader program with Office products and is part of the Office Accessibility content set. For more general help, see Microsoft Support home.

Use SharePoint in Microsoft 365 with your keyboard and a screen reader to review the version history for a file (including the date it was modified and by whom) in a document library. We have tested it with Narrator, JAWS, and NVDA, but it might work with other screen readers as long as they follow common accessibility standards and techniques.

Notes: 

  • New Microsoft 365 features are released gradually to Microsoft 365 subscribers, so your app might not have these features yet. To learn how you can get new features faster, join the Office Insider program.

  • To learn more about screen readers, go to How screen readers work with Microsoft Office.

  • When you use SharePoint in Microsoft 365, we recommend that you use Microsoft Edge as your web browser. Because SharePoint in Microsoft 365 runs in your web browser, the keyboard shortcuts are different from those in the desktop program. For example, you'll use Ctrl+F6 instead of F6 for jumping in and out of the commands. Also, common shortcuts like F1 (Help) and Ctrl+O (Open) apply to the web browser – not SharePoint in Microsoft 365.

Review the version history of a SharePoint file

  1. Sign in to your organization's Microsoft 365 account, start the SharePoint app, and then open your document library.

    Tip: Document libraries in SharePoint Online have two different views: classic and SharePoint in Microsoft 365 experience. For most people, SharePoint in Microsoft 365 experience is the default. However, if you hear "Check it out button" when navigating your document library, you're using the classic experience. To view SharePoint in Microsoft 365 document libraries, when you hear "Check it out button," press Enter. After the view of your document library changes to the SharePoint in Microsoft 365 experience and the focus moves from the Check it out button to the New link, you hear the name of your document library, followed by "New."

  2. To view SharePoint in Microsoft 365 document libraries, press the Tab key until you hear "Check it out button." Press Enter. After the view of your document library changes to the SharePoint in Microsoft 365 experience and the focus moves from the Check it out button to the New link, you hear the name of your document library, followed by "New."

    Tip: If you don't hear "Check it out button," you're already using the SharePoint in Microsoft 365 experience.

  3. To move the focus to the list of items in your document library, press the Tab key until:

    • With JAWS, you hear the first item in the document library.

    • With Narrator and NVDA, you hear "List of folders and files."

  4. To move the focus to the file for which you want to review the version history, press the Down arrow key until you hear the name of the file you want.

  5. To open the shortcut menu for the file, press Shift+F10. With JAWS, you hear: "Menu." With Narrator, you hear: "Popup window." With NVDA, you hear: "List."

  6. To move the focus to the Version History command on the menu, press the Down arrow key until you hear "Version History." The Version History dialog opens.

  7. To hear the details about each version of the file (the date the file was modified and by whom), press the Tab key until you hear a date. Then, to hear the name of the user who modified the file on that date, press the Tab key again until you hear the name. Repeat this process for each version of the file.

  8. To close the Version History dialog, press the Tab key until you hear: "Close." Press Enter. As the focus returns to the selected file in the document library, you hear the name of the selected file.

See also

Use a screen reader to get notified when a file or folder changes in SharePoint Online

Use a screen reader to check out or check in files in a document library in SharePoint Online

Keyboard shortcuts in SharePoint Online

Use a screen reader to explore and navigate SharePoint Online

Accessibility features in SharePoint Online

Use SharePoint in Microsoft 365 with your keyboard and a screen reader to review the version history for a file (including the date it was modified and by whom) in a document library. We have tested it with Narrator and NVDA, but it might work with other screen readers as long as they follow common accessibility standards and techniques.

Notes: 

  • New Microsoft 365 features are released gradually to Microsoft 365 subscribers, so your app might not have these features yet. To learn how you can get new features faster, join the Office Insider program.

  • To learn more about screen readers, go to How screen readers work with Microsoft Office.

  • When you use SharePoint in Microsoft 365, we recommend that you use Microsoft Edge as your web browser. Because SharePoint in Microsoft 365 runs in your web browser, the keyboard shortcuts are different from those in the desktop program. For example, you'll use Ctrl+F6 instead of F6 for jumping in and out of the commands. Also, common shortcuts like F1 (Help) and Ctrl+O (Open) apply to the web browser – not SharePoint in Microsoft 365.

Review the version history of a SharePoint file

  1. Navigate to the SharePoint document library that contains the document whose history you want to review.

  2. Press the Tab key until you hear: "List of folders, files, or items."

  3. If you are using Narrator, press the SR key+Spacebar to turn scan mode off before you continue. You hear: "Scan off."

    If you are using NVDA, press the Tab key twice before you continue. Your hear the first folder, file, or item in the list.

  4. Use the Down and Up arrow keys to navigate the list until you find the file you want. If the file is in one of the listed folders, press Enter to open the folder, and use the Down and Up arrow keys to navigate the folder contents until you find the file you want.

  5. Press Shift+F10 to open the context menu of the currently selected file, press the Up arrow key until you hear "Version history," and press Enter. The Version History window opens.

  6. To hear the details about each version of the file (the date and time the file was modified on and by whom, and the file size), do one of the following:

    • With Narrator, press the SR key+Down arrow key. Narrator starts reading the list of revisions, starting from the most recent revision. To stop reading, press Ctrl.

    • With NVDA, the information for the latest revision is read automatically. To hear the rest, press the Down arrow key to move to the next revision, one table cell at a time.

  7. To close the Version History window with Narrator, press Shift+Tab until you hear "Close, button," and press Enter. To close the window with NVDA, press Esc.

See also

Use a screen reader to get notified when a file or folder changes in SharePoint Online

Use a screen reader to check out or check in files in a document library in SharePoint Online

Keyboard shortcuts in SharePoint Online

Use a screen reader to explore and navigate SharePoint Online

Basic tasks using a screen reader with SharePoint Online

Technical support for customers with disabilities

Microsoft wants to provide the best possible experience for all our customers. If you have a disability or questions related to accessibility, please contact the Microsoft Disability Answer Desk for technical assistance. The Disability Answer Desk support team is trained in using many popular assistive technologies and can offer assistance in English, Spanish, French, and American Sign Language. Please go to the Microsoft Disability Answer Desk site to find out the contact details for your region.

If you are a government, commercial, or enterprise user, please contact the enterprise Disability Answer Desk.

Monday, February 28, 2022

Create and update an index

An index lists the terms and topics that are discussed in a document, along with the pages that they appear on. To create an index, you mark the index entries by providing the name of the main entry and the cross-reference in your document, and then you build the index.

You can create an index entry for an individual word, phrase, or symbol, for a topic that spans a range of pages, or that refers to another entry, such as "Transportation. See Bicycles." When you select text and mark it as an index entry, Word adds a special XE (Index Entry) field that includes the marked main entry and any cross-reference information that you choose to include.

An XE (Index Entry) field

After you mark all the index entries, you choose an index design and build the finished index. Word collects the index entries, sorts them alphabetically, references their page numbers, finds and removes duplicate entries from the same page, and displays the index in the document.

Mark the entries

These steps show you how to mark words or phrases for your index, but you can also Mark index entries for text that spans a range of pages.

  1. Select the text you'd like to use as an index entry, or just click where you want to insert the entry.

  2. On the References tab, in the Index group, click Mark Entry.
    Mark entry

  3. You can edit the text in the Mark Index Entry dialog box.
    Mark Index Entry dialog box

    • You can add a second-level in the Subentry box. If you need a third level, follow the subentry text with a colon.

    • To create a cross-reference to another entry, click Cross-reference under Options, and then type the text for the other entry in the box.

    • To format the page numbers that will appear in the index, select the Bold check box or Italic check box below Page number format.

  4. Click Mark to mark the index entry. To mark this text everywhere it shows up in the document, click Mark All.

  5. To mark additional index entries, select the text, click in the Mark Index Entry dialog box, and then repeat steps 3 and 4.

Create the index

After you mark the entries, you're ready to insert the index into your document.

  1. Click where you want to add the index.

  2. On the References tab, in the Index group, click Insert Index.
    Insert index

  3. In the Index dialog box, you can choose the format for text entries, page numbers, tabs, and leader characters.
    Index dialog box

  4. You can change the overall look of the index by choosing from the Formats dropdown menu. A preview is displayed in the window to the top left.

  5. Click OK.

Edit or format an index entry and update the index

If you mark more entries after creating your index, you'll need to update the index to see them.

  1. If you don't see the XE fields, click Show/Hide Button image in the Paragraph group on the Home tab.

  2. Find the XE field for the entry that you want to change, for example, { XE "Callisto" \t "See Moons" }.

  3. To edit or format an index entry, change the text inside the quotation marks.

  4. To update the index, click the index, and then press F9. Or click Update Index in the Index group on the References tab.

    Update index

If you find an error in the index, locate the index entry that you want to change, make the change, and then update the index.

Delete an index entry and update the index

  1. Select the entire index entry field, including the braces ({}), and then press DELETE.

    If you don't see the XE fields, click Show/Hide Button image in the Paragraph group on the Home tab.

  2. To update the index, click the index, and then press F9. Or click Update Index in the Index group on the References tab.

    Update index

Acoth function

This article describes the formula syntax and usage of the ACOTH function in Microsoft Excel.

Description

Returns the inverse hyperbolic cotangent of a number.

Syntax

ACOTH(number)

The ACOTH function syntax has the following arguments.

Number    Required. The absolute value of Number must be greater than 1.

Remarks

  • The hyperbolic arccotangent is an analog of the ordinary (circular) arccotangent.

  • If Number is less than 1, ACOTH returns the #NUM! error value.

  • If the absolute value of Number is less than 1, ACOT returns the #VALUE! error value.

  • This mathematical equation is used:
    Formula for hyperbolic arccotangent

Example

Copy the example data in the following table, and paste it in cell A1 of a new Excel worksheet. For formulas to show results, select them, press F2, and then press Enter. If you need to, you can adjust the column widths to see all the data.

Formula

Description

Result

=ACOTH(6)

Returns the hyperbolic arccotangent of 6 (0.168).

0.168

Top of Page

Change your email domain in outlook com premium

Is Outlook.com Premium still offered as a standalone subscription?

No, the Outlook.com Premium standalone offering is now closed to new subscribers. 

The Outlook.com Premium standalone offering was closed to new subscribers in October 2017. Many of the benefits in the standalone subscription are now included with subscriptions to Microsoft 365 Family and Microsoft 365 Personal.

Can I continue using my Outlook.com Premium subscription?

Yes. Current subscribers can renew their subscriptions to continue receiving the benefits of an ad-free inbox and higher mailbox storage limits. 

Notes: 

How do I upgrade to premium features in Outlook.com?

Check out available plans to see how you can get the most from Microsoft 365 Family and Microsoft 365 Personal. Learn more about enhanced Outlook.com features available to Microsoft 365 subscribers.

I already have a Microsoft 365 subscription. Can I set up a personalized email address?

If you have Microsoft 365 Family or Microsoft 365 Personal, then yes. Sign in to your  Outlook.com premium iconpremium feature settings in Outlook.com and select Get Started.

Still need help?

If you need help transferring or setting up premium features or a subscription, contact support below. Be sure to mention "Premium" in your message.

Note: You will need to sign in first to get support. If you can't sign in, go to Account support.

Community Forum button Contact Support button