# Fields tab

Use the **Fields** tab to define properties for the fields being exported.

![Microsoft Access input step Fields tab](/files/zD0fAQgfVZ8pU2upVcK7)

| Option         | Description                                                                                                                                                   |
| -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Name**       | The name of the output field.                                                                                                                                 |
| **Column**     | The name of the column in the Access table.                                                                                                                   |
| **Type**       | The target data type to convert.                                                                                                                              |
| **Format**     | The format or conversion mask to use in the data type conversion.                                                                                             |
| **Length**     | The length of the output data type.                                                                                                                           |
| **Precision**  | The precision of the output data type.                                                                                                                        |
| **Currency**   | The currency symbol to use during data type conversion.                                                                                                       |
| **Decimal**    | The numeric decimal symbol to use during data type conversion.                                                                                                |
| **Group**      | The numeric grouping symbol to use during data type conversion.                                                                                               |
| **Trim type**  | The type of trimming to use during data type conversion.                                                                                                      |
| **Repeat**     | Select **Y**to repeat the column value of the previous row if the column value is empty (null)                                                                |
| **Get fields** | Click **Get Fields** to have the step populate the table with fields derived from the source file. All fields identified by this step are added to the table. |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.pentaho.com/pdia-data-integration/10.2-data-integration/pdi-transformation-steps-reference-overview/microsoft-access-input/options-microsoft-access-input/fields-tab-microsoft-access-input.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
