From 3f01386fc38bbdac08ec5da2c9559f5875da8006 Mon Sep 17 00:00:00 2001 From: joyfullservice Date: Tue, 21 Nov 2023 09:55:40 -0600 Subject: [PATCH] Add note about Access 2007 support See #464 --- Wiki/Supported-Objects.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Wiki/Supported-Objects.md b/Wiki/Supported-Objects.md index 41294c1d..1caa779b 100644 --- a/Wiki/Supported-Objects.md +++ b/Wiki/Supported-Objects.md @@ -16,7 +16,6 @@ Most types of objects can be exported and imported using this tool. |Modules |✔️|✔️| |Database Settings|✔️|✔️| - ## Detailed List If you are looking for a specific type of object or property that you want to export or import, you can refer to the following more comprehensive list. (Updates and additions welcome.) @@ -88,4 +87,7 @@ The *Testing* column indicates whether a test item and testing code has been cre Working with *.adp files is very similar to working with regular (MDB) Microsoft Access databases. All of the main database objects can be exported and imported just like MDB files. When it comes to SQL server objects, the object definitions are exported for tracking in source control, but this system does not attempt to modify any SQL server objects. (Hence the n/a note on importing SQL objects.) +## Supported Versions +This add-in is designed to work in Microsoft Access 2010 and newer. Access 2007 users, please see [this issue](https://github.com/joyfullservice/msaccess-vcs-addin/issues/464). + Missing something? Create an issue or a pull request. \ No newline at end of file