DBOptionFlag Enumeration

<< Click to Display Table of Contents >>

Navigation:  Developer Edition > Visual Basic for Applications (VBA) > Object Model Reference > Enumerations >

DBOptionFlag Enumeration

Previous pageReturn to chapter overviewNext page

Flags for pair's DBoptions

 

Name

Description

DBOptionFlag_AddID

Adds an ID in the last column of the database to aid sorting and filtering.

DBOptionFlag_Group

Records are grouped by result after comparing.

DBOptionFlag_RelaxedKeys

When selecting this option, primary key differences in spaces and upper/lower case are ignored.

DBOptionFlag_Sort

Records are sorted (on fields in primary key) before comparing.