Sentence view

Universal Dependencies - English - LinES

LanguageEnglish
ProjectLinES
Corpus Partdev
AnnotationAhrenberg, Lars


showing 1 - 100 of 119 • next


[1] tree
When a user connects to the SQL Server database through a Microsoft Access project, the connection is enabled through a Windows NT user account.
s-1
en_lines-ud-dev-doc1-3177
When a user connects to the SQL Server database through a Microsoft Access project, the connection is enabled through a Windows NT user account.
[2] tree
SQL Server verifies that the account name and password were validated when the user logged on to the system and grants access to the database, without requiring a separate logon name or password.
s-2
en_lines-ud-dev-doc1-3178
SQL Server verifies that the account name and password were validated when the user logged on to the system and grants access to the database, without requiring a separate logon name or password.
[3] tree
With the default installation of the Microsoft SQL Server 2000 Desktop Engine with integrated security, the user must be a member of the administrator group for the machine on which the Access project resides.
s-3
en_lines-ud-dev-doc1-3179
With the default installation of the Microsoft SQL Server 2000 Desktop Engine with integrated security, the user must be a member of the administrator group for the machine on which the Access project resides.
[4] tree
This makes it difficult to allow other users to gain access to the Access project.
s-4
en_lines-ud-dev-doc1-3180
This makes it difficult to allow other users to gain access to the Access project.
[5] tree
There is currently no simple way for the system administrator to create new logon accounts to the locally installed SQL Server database except by using SQL Tools or Transact-SQL (TSQL) commands.
s-5
en_lines-ud-dev-doc1-3181
There is currently no simple way for the system administrator to create new logon accounts to the locally installed SQL Server database except by using SQL Tools or Transact-SQL (TSQL) commands.
[6] tree
See the http://officeupdate.microsoft.com/, Microsoft Developer Network Web site for more information on TSQL.
s-6
en_lines-ud-dev-doc1-3182
See the http:officeupdate.microsoft.com/, Microsoft Developer Network Web site for more information on TSQL.
[7] tree
You can change the security mode for accessing the SQL Server database on a computer running Windows NT.
s-7
en_lines-ud-dev-doc1-3183
You can change the security mode for accessing the SQL Server database on a computer running Windows NT.
[8] tree
By setting properties from the View menu, you can enable mixed mode security.
s-8
en_lines-ud-dev-doc1-3184
By setting properties from the View menu, you can enable mixed mode security.
[9] tree
Using the default SA account, users can access the SQL Server database through the Access project without any additional security requirements.
s-9
en_lines-ud-dev-doc1-3185
Using the default SA account, users can access the SQL Server database through the Access project without any additional security requirements.
[10] tree
The administrator of the SQL Server can also add additional security by changing the default SA account password.
s-10
en_lines-ud-dev-doc1-3186
The administrator of the SQL Server can also add additional security by changing the default SA account password.
[11] tree
In order for the Enable system administrator (SA) user name check box to be enabled, the following must be true.
s-11
en_lines-ud-dev-doc1-3187
In order for the Enable system administrator (SA) user name check box to be enabled, the following must be true.
[12] tree
The Access project must be connected to a SQL Server 7.0 (or later) database or a Microsoft SQL Server 2000 Desktop Engine.
s-12
en_lines-ud-dev-doc1-3188
The Access project must be connected to a SQL Server 7.0 (or later) database or a Microsoft SQL Server 2000 Desktop Engine.
[13] tree
The SQL Server database must be running on a Windows NT platform.
s-13
en_lines-ud-dev-doc1-3189
The SQL Server database must be running on a Windows NT platform.
[14] tree
The SQL Server must be running on the same computer as the Access project.
s-14
en_lines-ud-dev-doc1-3190
The SQL Server must be running on the same computer as the Access project.
[15] tree
The current Windows NT user must be an Administrator for the computer.
s-15
en_lines-ud-dev-doc1-3191
The current Windows NT user must be an Administrator for the computer.
[16] tree
The current SQL Server user must be a member of the System Administrator role.
s-16
en_lines-ud-dev-doc1-3192
The current SQL Server user must be a member of the System Administrator role.
[17] tree
After changing the security mode, it is strongly recommended that the SA password be changed by using the Set Login Password command (on the Tools menu, point to Security).
s-17
en_lines-ud-dev-doc1-3193
After changing the security mode, it is strongly recommended that the SA password be changed by using the Set Login Password command (on the Tools menu, point to Security).
[18] tree
Some of the hyperlinks in this topic go to the Web.
s-18
en_lines-ud-dev-doc1-3194
Some of the hyperlinks in this topic go to the Web.
[19] tree
About XML data and Access
s-19
en_lines-ud-dev-doc1-3195
About XML data and Access
[20] tree
Extensible Markup Language (XML) is the standard language for describing and delivering data on the Web, just as Hypertext Markup Language (HTML) is the standard language for creating and displaying Web pages.
s-20
en_lines-ud-dev-doc1-3196
Extensible Markup Language (XML) is the standard language for describing and delivering data on the Web, just as Hypertext Markup Language (HTML) is the standard language for creating and displaying Web pages.
[21] tree
Microsoft Access provides ways to both import and export XML data as well as transform the data to and from other formats using XML related files.
s-21
en_lines-ud-dev-doc1-3197
Microsoft Access provides ways to both import and export XML data as well as transform the data to and from other formats using XML related files.
[22] tree
About XML
s-22
en_lines-ud-dev-doc1-3198
About XML
[23] tree
Moving information across the Internet and between software applications has always been difficult due to differences in data formats and proprietary structures.
s-23
en_lines-ud-dev-doc1-3199
Moving information across the Internet and between software applications has always been difficult due to differences in data formats and proprietary structures.
[24] tree
HTML, while well suited for providing text and image display information for Web browsers, is limited in its ability to define data and data structures.
s-24
en_lines-ud-dev-doc1-3200
HTML, while well suited for providing text and image display information for Web browsers, is limited in its ability to define data and data structures.
[25] tree
HTML describes how a Web page should look, whereas XML defines the data and describes how the data should be structured.
s-25
en_lines-ud-dev-doc1-3201
HTML describes how a Web page should look, whereas XML defines the data and describes how the data should be structured.
[26] tree
XML is a data interchange format in that it allows you to exchange data between dissimilar systems or applications.
s-26
en_lines-ud-dev-doc1-3202
XML is a data interchange format in that it allows you to exchange data between dissimilar systems or applications.
[27] tree
XML separates the data from the presentation so that the same XML data can be presented in multiple ways by using different presentation files.
s-27
en_lines-ud-dev-doc1-3203
XML separates the data from the presentation so that the same XML data can be presented in multiple ways by using different presentation files.
[28] tree
XML is a standards-based protocol that is governed by the World Wide Web Consortium (W3C).
s-28
en_lines-ud-dev-doc1-3204
XML is a standards-based protocol that is governed by the World Wide Web Consortium (W3C).
[29] tree
The XML protocol is a set of rules, guidelines, and conventions for designing data formats and structures, in a way that produces files that are easy to generate and easily read by different computers and applications.
s-29
en_lines-ud-dev-doc1-3205
The XML protocol is a set of rules, guidelines, and conventions for designing data formats and structures, in a way that produces files that are easy to generate and easily read by different computers and applications.
[30] tree
In addition, XML defined structures are unambiguous; that is, they are self-describing and platform-independent.
s-30
en_lines-ud-dev-doc1-3206
In addition, XML defined structures are unambiguous; that is, they are self-describing and platform-independent.
[31] tree
Like HTML, XML makes use of tags and attributes, but while HTML specifies what each tag and attribute means (and thus how the data between them will look in a browser), XML uses the tags only to delimit pieces of data, and leaves the interpretation of the data completely to the application that reads it.
s-31
en_lines-ud-dev-doc1-3207
Like HTML, XML makes use of tags and attributes, but while HTML specifies what each tag and attribute means (and thus how the data between them will look in a browser), XML uses the tags only to delimit pieces of data, and leaves the interpretation of the data completely to the application that reads it.
[32] tree
Additional information about XML can be found on the web site.
s-32
en_lines-ud-dev-doc1-3208
Additional information about XML can be found on the web site.
[33] tree
About importing XML data
s-33
en_lines-ud-dev-doc1-3209
About importing XML data
[34] tree
Access provides choices for using data from many external sources.
s-34
en_lines-ud-dev-doc1-3210
Access provides choices for using data from many external sources.
[35] tree
XML makes it easier to transform the data from almost any external application for use by Access.
s-35
en_lines-ud-dev-doc1-3211
XML makes it easier to transform the data from almost any external application for use by Access.
[36] tree
You can:
s-36
en_lines-ud-dev-doc1-3212
You can:
[37] tree
Use an Extensible Stylesheet Language Transformation (XSLT) file to transform the data into an Access data format.
s-37
en_lines-ud-dev-doc1-3213
Use an Extensible Stylesheet Language Transformation (XSLT) file to transform the data into an Access data format.
[38] tree
You can use the Import command (point to Get External Data on the File menu) to import XML data files into Access.
s-38
en_lines-ud-dev-doc1-3214
You can use the Import command (point to Get External Data on the File menu) to import XML data files into Access.
[39] tree
This command displays the Import dialog box so that you can select an XML document as well as a schema, which describes the structure of the data.
s-39
en_lines-ud-dev-doc1-3215
This command displays the Import dialog box so that you can select an XML document as well as a schema, which describes the structure of the data.
[40] tree
You can only import a single document at a time into Access.
s-40
en_lines-ud-dev-doc1-3216
You can only import a single document at a time into Access.
[41] tree
The data must be in a format that Access recognizes, either in a native format or through the use of a schema.
s-41
en_lines-ud-dev-doc1-3217
The data must be in a format that Access recognizes, either in a native format or through the use of a schema.
[42] tree
Note that when importing XML data, you can not choose a subset of the XML document; the entire file has to be imported.
s-42
en_lines-ud-dev-doc1-3218
Note that when importing XML data, you can not choose a subset of the XML document; the entire file has to be imported.
[43] tree
You can transform the native XML data into a specific Access format by choosing from the options in the Import XML dialog box.
s-43
en_lines-ud-dev-doc1-3219
You can transform the native XML data into a specific Access format by choosing from the options in the Import XML dialog box.
[44] tree
You can also specify whether to overwrite any existing tables or append to existing data.
s-44
en_lines-ud-dev-doc1-3220
You can also specify whether to overwrite any existing tables or append to existing data.
[45] tree
What are XML schemas
s-45
en_lines-ud-dev-doc1-3221
What are XML schemas
[46] tree
You use XML schemas to describe the structure of data in a common format that customers, other Web browsers, and any number of XML-enabled software programs can recognize.
s-46
en_lines-ud-dev-doc1-3222
You use XML schemas to describe the structure of data in a common format that customers, other Web browsers, and any number of XML-enabled software programs can recognize.
[47] tree
Specifically, schemas define the rules of an XML data document, including element names and data types, which elements can appear in combination, and which attributes are available for each element.
s-47
en_lines-ud-dev-doc1-3223
Specifically, schemas define the rules of an XML data document, including element names and data types, which elements can appear in combination, and which attributes are available for each element.
[48] tree
Schemas provide a model for an XML data document which defines the arrangement of tags and text within all documents referencing the schema.
s-48
en_lines-ud-dev-doc1-3224
Schemas provide a model for an XML data document which defines the arrangement of tags and text within all documents referencing the schema.
[49] tree
Access supports the XML Schema standard (XSD).
s-49
en_lines-ud-dev-doc1-3225
Access supports the XML Schema standard (XSD).
[50] tree
XSD is a proposed World Wide Web Consortium (W3C) standard designed as a basic infrastructure for describing the type and structure of XML documents.
s-50
en_lines-ud-dev-doc1-3226
XSD is a proposed World Wide Web Consortium (W3C) standard designed as a basic infrastructure for describing the type and structure of XML documents.
[51] tree
By using a schema, you can ensure that any XML document that is used to import data into Access or export from Access to another format contains specific data and conforms to a defined structure.
s-51
en_lines-ud-dev-doc1-3227
By using a schema, you can ensure that any XML document that is used to import data into Access or export from Access to another format contains specific data and conforms to a defined structure.
[52] tree
You can also provide the schema to other businesses and applications so that they know how they should structure any data they provide to you and they, in turn, can provide their schema to you.
s-52
en_lines-ud-dev-doc1-3228
You can also provide the schema to other businesses and applications so that they know how they should structure any data they provide to you and they, in turn, can provide their schema to you.
[53] tree
Displaying XML data
s-53
en_lines-ud-dev-doc1-3229
Displaying XML data
[54] tree
XML syntax (the tags and their placement in a document) defines and describes the data in an XML document but doesn't indicate how the data should be displayed.
s-54
en_lines-ud-dev-doc1-3230
XML syntax (the tags and their placement in a document) defines and describes the data in an XML document but doesn't indicate how the data should be displayed.
[55] tree
In earlier applications and in some current uses, Cascading Style Sheets (CSS) were used to tell the browser how to display the XML data.
s-55
en_lines-ud-dev-doc1-3231
In earlier applications and in some current uses, Cascading Style Sheets (CSS) were used to tell the browser how to display the XML data.
[56] tree
However, a CSS isn't always a good choice because they are written in a specialized language which means that the developer has to use another language in order to write, modify, or understand the structure of the style sheet.
s-56
en_lines-ud-dev-doc1-3232
However, a CSS isn't always a good choice because they are written in a specialized language which means that the developer has to use another language in order to write, modify, or understand the structure of the style sheet.
[57] tree
A CSS merely allows you to specify the formatting of each XML element without much control over the output.
s-57
en_lines-ud-dev-doc1-3233
A CSS merely allows you to specify the formatting of each XML element without much control over the output.
[58] tree
On the other hand, an Extensible Stylesheet Language (XSL) style sheet is considerably more flexible than a CSS file.
s-58
en_lines-ud-dev-doc1-3234
On the other hand, an Extensible Stylesheet Language (XSL) style sheet is considerably more flexible than a CSS file.
[59] tree
It allows you to precisely select the data that will be displayed, to specify the order or arrangement of the data, and to modify or add information.
s-59
en_lines-ud-dev-doc1-3235
It allows you to precisely select the data that will be displayed, to specify the order or arrangement of the data, and to modify or add information.
[60] tree
You can apply a filter to a row or column field to show the top or bottom n items based on a total.
s-60
en_lines-ud-dev-doc1-3236
You can apply a filter to a row or column field to show the top or bottom n items based on a total.
[61] tree
For example, you can filter for the top or bottom 25 % of salespeople based on the number of orders handled.
s-61
en_lines-ud-dev-doc1-3237
For example, you can filter for the top or bottom 25 % of salespeople based on the number of orders handled.
[62] tree
Combining multiple filters
s-62
en_lines-ud-dev-doc1-3238
Combining multiple filters
[63] tree
Filters are additive.
s-63
en_lines-ud-dev-doc1-3239
Filters are additive.
[64] tree
Each filter you apply is added to the ones you already have in effect.
s-64
en_lines-ud-dev-doc1-3240
Each filter you apply is added to the ones you already have in effect.
[65] tree
However, when you apply a filter by selection, the conditional filter already applied on the field is removed before the filter by selection is applied.
s-65
en_lines-ud-dev-doc1-3241
However, when you apply a filter by selection, the conditional filter already applied on the field is removed before the filter by selection is applied.
[66] tree
Conditional filters are independent of each other.
s-66
en_lines-ud-dev-doc1-3242
Conditional filters are independent of each other.
[67] tree
The result of one conditional filter does not affect the result of another.
s-67
en_lines-ud-dev-doc1-3243
The result of one conditional filter does not affect the result of another.
[68] tree
An autofilter is always applied before a conditional filter, regardless of the order in which you applied them.
s-68
en_lines-ud-dev-doc1-3244
An autofilter is always applied before a conditional filter, regardless of the order in which you applied them.
[69] tree
For example, if you set a conditional filter to show the top two cities based on sales, followed by an autofilter on the ShippedCity field to include only five cities, the PivotTable view will show the top two of the five cities you selected.
s-69
en_lines-ud-dev-doc1-3245
For example, if you set a conditional filter to show the top two cities based on sales, followed by an autofilter on the ShippedCity field to include only five cities, the PivotTable view will show the top two of the five cities you selected.
[70] tree
Removing and reapplying a filter
s-70
en_lines-ud-dev-doc1-3246
Removing and reapplying a filter
[71] tree
However, the filter settings are retained, so that when you turn autofiltering back on, the data that was previously displayed or hidden is again displayed or hidden.
s-71
en_lines-ud-dev-doc1-3247
However, the filter settings are retained, so that when you turn autofiltering back on, the data that was previously displayed or hidden is again displayed or hidden.
[72] tree
Filter settings are retained when you move fields to change the layout.
s-72
en_lines-ud-dev-doc1-3248
Filter settings are retained when you move fields to change the layout.
[73] tree
Also, if you remove a field and later add the field back to the layout, the same items are again hidden.
s-73
en_lines-ud-dev-doc1-3249
Also, if you remove a field and later add the field back to the layout, the same items are again hidden.
[74] tree
If you don't want to retain your filter selections, make sure the AutoFilter button is not selected before you start selecting items to filter.
s-74
en_lines-ud-dev-doc1-3250
If you don't want to retain your filter selections, make sure the AutoFilter button is not selected before you start selecting items to filter.
[75] tree
If the button is not selected, selecting new items to filter automatically turns filtering on and removes your former filter settings.
s-75
en_lines-ud-dev-doc1-3251
If the button is not selected, selecting new items to filter automatically turns filtering on and removes your former filter settings.
[76] tree
Identifying filters that are currently in effect
s-76
en_lines-ud-dev-doc1-3252
Identifying filters that are currently in effect
[77] tree
When items in a field are hidden by autofiltering or filter by selection, the drop-down arrow Field arrow in the field label is blue.
s-77
en_lines-ud-dev-doc1-3253
When items in a field are hidden by autofiltering or filter by selection, the drop-down arrow Field arrow in the field label is blue.
[78] tree
Click the blue arrow to see the filter that is in effect.
s-78
en_lines-ud-dev-doc1-3254
Click the blue arrow to see the filter that is in effect.
[79] tree
When items in a field are hidden by conditional filtering, a funnel appears to the left of the drop-down arrow Field arrow.
s-79
en_lines-ud-dev-doc1-3255
When items in a field are hidden by conditional filtering, a funnel appears to the left of the drop-down arrow Field arrow.
[80] tree
You can get more information about the current filter in the Properties dialog box.
s-80
en_lines-ud-dev-doc1-3256
You can get more information about the current filter in the Properties dialog box.
[81] tree
Effects of filtering on calculations
s-81
en_lines-ud-dev-doc1-3257
Effects of filtering on calculations
[82] tree
Totals can include only the displayed data, or both visible and hidden data.
s-82
en_lines-ud-dev-doc1-3258
Totals can include only the displayed data, or both visible and hidden data.
[83] tree
About customizing a control
s-83
en_lines-ud-dev-doc1-3259
About customizing a control
[84] tree
In Design view of a form, report, or data access page, you can format a control in the following ways:
s-84
en_lines-ud-dev-doc1-3260
In Design view of a form, report, or data access page, you can format a control in the following ways:
[85] tree
Size.
s-85
en_lines-ud-dev-doc1-3261
Size.
[86] tree
You can resize a control by using the sizing handles, or you can resize a control to the height or width of another control.
s-86
en_lines-ud-dev-doc1-3262
You can resize a control by using the sizing handles, or you can resize a control to the height or width of another control.
[87] tree
When you are in Design view of a form or report, you can use the ruler to help you resize controls.
s-87
en_lines-ud-dev-doc1-3263
When you are in Design view of a form or report, you can use the ruler to help you resize controls.
[88] tree
The width of the ruler's unit of measure is based on the regional settings in Microsoft Windows Control Panel.
s-88
en_lines-ud-dev-doc1-3264
The width of the ruler's unit of measure is based on the regional settings in Microsoft Windows Control Panel.
[89] tree
Color, transparency, and special effects.
s-89
en_lines-ud-dev-doc1-3265
Color, transparency, and special effects.
[90] tree
You can change the color of a control or make it transparent.
s-90
en_lines-ud-dev-doc1-3266
You can change the color of a control or make it transparent.
[91] tree
You can also emphasize the appearance of a control by using special effects.
s-91
en_lines-ud-dev-doc1-3267
You can also emphasize the appearance of a control by using special effects.
[92] tree
For example, you can specify that a control is raised, sunken, or etched.
s-92
en_lines-ud-dev-doc1-3268
For example, you can specify that a control is raised, sunken, or etched.
[93] tree
On a form or report, you can also specify that a control is shadowed or chiseled.
s-93
en_lines-ud-dev-doc1-3269
On a form or report, you can also specify that a control is shadowed or chiseled.
[94] tree
Borders.
s-94
en_lines-ud-dev-doc1-3270
Borders.
[95] tree
You can set the color and width of borders of controls.
s-95
en_lines-ud-dev-doc1-3271
You can set the color and width of borders of controls.
[96] tree
Also, you can set the line style of borders. For example, you can specify that a border consists of dashes or dots.
s-96
en_lines-ud-dev-doc1-3272
Also, you can set the line style of borders. For example, you can specify that a border consists of dashes or dots.
[97] tree
Appearance of text.
s-97
en_lines-ud-dev-doc1-3273
Appearance of text.
[98] tree
You can specify the font and font size for text in a control.
s-98
en_lines-ud-dev-doc1-3274
You can specify the font and font size for text in a control.
[99] tree
Also, you can make the text in a control bold, italic, or underlined.
s-99
en_lines-ud-dev-doc1-3275
Also, you can make the text in a control bold, italic, or underlined.
[100] tree
Position.
s-100
en_lines-ud-dev-doc1-3276
Position.

Edit as listText viewDependency trees