Overview
This article is for connecting to a cloud database in order to edit non-spatial data through Microsoft Access. This guide is for those using Windows.
Method
Required Installations
- Install Microsoft Access (if not installed already)
- Install the ODBC PostgreSQL driver. This is so your computer can talk to the remote database.
- Go to https://www.postgresql.org/ftp/odbc/versions/msi/ and find most recent x64 zip file.
- Download the file
- Unzip it
- Run the .msi file
- Run through the installation menu, leaving everything as default.
Set up the database connection settings
- Search the Windows Start menu for "ODBC" and open the "ODBC Data Sources (64 bit)" program
- Click 'Add' under the "User DSN" tab
- Select "PostgreSQL Unicode x64"
- Click 'Finish'
- A new box pops up. Enter the details as provided. You can click the 'Test' button to try out your settings.
- Click 'Save'
- Click 'OK' to close the ODBC Administrator.
- Open Microsoft Access
- Click 'Blank Database'
- Select a location for your new file then click 'Create'
- Go to the 'External Data' tab and select 'New Data Source' then 'From Other Sources' then 'ODBC Database'
- Select 'Link to the data source by creating a linked table', then 'OK'
- Select 'Machine Data Source and select the database you configured earlier, then 'OK'.
- Select the Table you need to load and click 'OK'
Making Edits
The database table will appear on the left-hand side. Right-click it and click 'Open' to open a view of the table.
You can make changes to the table as required. To commit the changes:
- Right-click the table in the left-hand panel
- Click 'Refresh Link'