AcSeparatorCharacters enumeration (Access)

Used with the ComboBox.SeparatorCharacters property (Access) property to specify the separator displayed between values in combo boxes that are linked to multi-valued fields.

Name Value Description
acSeparatorCharactersComma 3 A comma (,) is used as the separator character.
acSeparatorCharactersNewLine 1 Each value appears on its own line.
acSeparatorCharactersSemiColon 2 A semicolon (;) is used as the separator character.
acSeparatorCharactersSystemSeparator 0 The List separator setting in the Regional and Language Options in the Windows Control Panel is used as the separator character.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.