Microsoft Access
There are some cases where critical contact information has been stored in a
Microsoft Access Database. This data is not easily accessible and there is no easy way to extract specific contact details. In addition, this information will not synchronize with a handheld device. This allows for contacts to fall out of date and erroneous information to be present.
- Open the itrezzoAgent Administrator
- Expand the EPS Container
- Right Click on Alternate Contact Source
- Select Add Data Source
 Configuring Alternate Data Source - Using Microsoft Access |
- Type in the Name you would like for this Alternate Contact Source
- Select the Edit button
- Left Click the Connection Type dropdown and select the appropriate data connection type (Access 2007 or Access 2003 and earlier)
- For Access Database you will enter the file location
- Select OK
- You may optionally select the Test button to test your connection
- Enter your query string for the data you wish to obtain.
- An Example of connection and query string is given below:
Name: Access Data Source
Description: Test data source
Connection String: Provider=Microsoft.Jet.OLEDB.4.0;Data Source=\\sj2-ex2\transfer\DDK\DataSources\ContactExport.mdb;
Query String: Select *,EmailAddress as Email1, Email2Address as Email2 from [Contacts]
 Configuring Alternate Data Source - Using Microsoft Access |
- Select Run to view the results of your query
- Select OK
Setting an Access Database as a Mandatory Contact List
- Open the itrezzoAgent Administrator
- Expand the EPS Container
- Expand Alternate Contact Sources
- Right Click the Data Source
- Select Make Mandatory Contact List
- Click on Select button within Target:Authorized Recipients section
- Select from the Global Address List (GAL) users or Active Directory (AD) distribution lists you would like to push the public folder contacts to
- Select OK
Note – It may be important for an Admin to select the
Include contacts with no email address option when using a Alternate Data Sources as a
Mandatory Contact List. There may be instances where there is no primary email address and contacts will still need to be pushed to users.
Sample MS Access file
- A sample Microsoft Access file (zipped) is available here for download.