Skip to content

Commit 54b0cff

Browse files
authored
Merge pull request #350 from MicrosoftDocs/lindalu-patch-1
Fix table
2 parents 72404f9 + ca91045 commit 54b0cff

File tree

1 file changed

+5
-27
lines changed

1 file changed

+5
-27
lines changed

docs/access/desktop-database-reference/setfilter-macro-action.md

Lines changed: 5 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -22,33 +22,11 @@ You can use the **SetFilter** action to apply a filter to the records in the act
2222
## Setting
2323

2424
The **SetFilter** action has the following arguments.
25-
26-
<table>
27-
<colgroup>
28-
<col style="width: 50%" />
29-
<col style="width: 50%" />
30-
</colgroup>
31-
<thead>
32-
<tr class="header">
33-
<th><p>Action argument</p></th>
34-
<th><p>Description</p></th>
35-
</tr>
36-
</thead>
37-
<tbody>
38-
<tr class="odd">
39-
<td><p>Filter Name</p></td>
40-
<td><p>If provided, the name of a query or of a filter saved as a query. This argument or the WhereCondition argument is required in a client database. In a web database, this argument is not available.</p></td>
41-
</tr>
42-
<tr class="even">
43-
<td><p>Where Condition</p></td>
44-
<td><p>If provided, a SQL WHERE clause that restricts the records in the datasheet, form, report, or table. In a web database, this argument is required.</p></td>
45-
</tr>
46-
<tr class="odd">
47-
<td><p>Control Name</p></td>
48-
<td><p>If provided, the name of the control that corresponds to the subform or subreport to be filtered. If empty, the current object is filtered.</p></td>
49-
</tr>
50-
</tbody>
51-
</table>
25+
|Action argument |Description |
26+
|----------|-----------|
27+
|Filter Name |If provided, the name of a query or of a filter saved as a query. This argument or the WhereCondition argument is required in a client database. In a web database, this argument is not available.|
28+
|Where Condition|If provided, a SQL WHERE clause that restricts the records in the datasheet, form, report, or table. In a web database, this argument is required.|
29+
|Control Name|If provided, the name of the control that corresponds to the subform or subreport to be filtered. If empty, the current object is filtered.|
5230

5331

5432
## Remarks

0 commit comments

Comments
 (0)