Skip to content

Commit 5a23b93

Browse files
Merge branch 'master' of https://github.com/MicrosoftDocs/visualstudio-docs-pr into v-dele-1467226-020
2 parents 4514f95 + a48fb00 commit 5a23b93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/data-tools/connect-to-data-in-an-access-database-windows-forms.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.workload:
1717
---
1818
# Connect to data in an Access database (Windows Forms)
1919

20-
You can connect to an Access database (either an *.mdf* file or an *.accdb* file) by using Visual Studio. After you define the connection, the data appears in the **Data Sources** window. From there, you can drag tables or views onto your forms.
20+
You can connect to an Access database (either an *.mdb* file or an *.accdb* file) by using Visual Studio. After you define the connection, the data appears in the **Data Sources** window. From there, you can drag tables or views onto your forms.
2121

2222
## Prerequisites
2323

@@ -117,4 +117,4 @@ The dataset that you just created is now available in the **Data Sources** windo
117117

118118
## See also
119119

120-
- [Add connections](../data-tools/add-new-connections.md)
120+
- [Add connections](../data-tools/add-new-connections.md)

0 commit comments

Comments
 (0)