Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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