# fill modifier

The fill modifier forces listings into
an across-the-page format if the listing would otherwise be noncolumnar.
The headings and values are printed one after another across the page.
This has no effect on columnar listings. The equivalent option is r.

**Synonyms:** (r

## Syntax

```
fill
```

## Example(s)

```
list entity name contact fill
```

## See also

- [Modifiers](https://d3codex.com/access/modifiers/)
- [Options (Access Query Language)](https://d3codex.com/access/options-access-query-language/)

---
Source: https://d3codex.com/access/fill-modifier/ - part of the D3Codex reference.
