You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/access/desktop-database-reference/setfilter-macro-action.md
+5-27Lines changed: 5 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -22,33 +22,11 @@ You can use the **SetFilter** action to apply a filter to the records in the act
22
22
## Setting
23
23
24
24
The **SetFilter** action has the following arguments.
25
-
26
-
<table>
27
-
<colgroup>
28
-
<colstyle="width: 50%" />
29
-
<colstyle="width: 50%" />
30
-
</colgroup>
31
-
<thead>
32
-
<trclass="header">
33
-
<th><p>Action argument</p></th>
34
-
<th><p>Description</p></th>
35
-
</tr>
36
-
</thead>
37
-
<tbody>
38
-
<trclass="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
-
<trclass="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
-
<trclass="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.|
0 commit comments