From Access
You can use the RSSBus ODBC Driver for NetSuite to import data into an Access table and to create a linked table.
Import a Table into Access
To import a table into Access, follow the steps below:
- Click External Data -> ODBC Database from the ribbon. This opens the ODBC Database wizard. Select the option to import the source data into a new table in the current database.
- Next, select the RSSBus NetSuite data source from the Machine Data Source tab. See Data Source Name (DSN) Configuration to configure an ODBC Data Source if you do not see the RSSBus NetSuite Data Source.
- Select tables to import into Access.
Link a table in Access
To link a table in Access to a table in NetSuite, follow the steps below:
- Click External Data -> ODBC Data sources from the ribbon.
- Select the option to link to the data source by creating a linked table.
- On the next page of the wizard, select the RSSBus NetSuite data source in the Machine Data Source tab. See Data Source Name (DSN) Configuration to configure an ODBC Data Source if you do not see the RSSBus NetSuite data source.
Limitations in Access
There are a few limitations with using the driver from Microsoft Access in linked mode.
Inserting a new row may result in Access showing a new row with a value of #deleted for all of its fields. This is because Access is unable to select the recently inserted row correctly. The row was created, which a refresh will verify. Optionally, you can also set the MaximumColumnSize to less than 255; this will allow Access to select the inserted row.