Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Sets the field to associate with a column of a query.
Applies to
Query columns and filter rows
Property Value
Field
You choose fields from the table that is specified by the DataItemTable Property of the column’s parent data item.
Remarks
A query retrieves data from fields of one or more tables. To specify a table in a query, you define a data item, and then set the DataItemTable Property of the data item to the table. After you define the data item, you can add columns under the data item, and then modify the DataSource properties of the columns to specify the fields to include in the query results. You can also set the column field by changing the Data Source column in Query Designer.
You can use the same field on different columns in your query. Each column in a query must a unique name, which is defined by the defined by the Name Property. By default, columns are given a name that is based on the field name. If the query has duplicate column names, then you use the Name Property to give columns unique names.
See Also
Understanding Query Filters
How to: Set Up Filter Rows in Query Designer