Access StrConv Function

Last updated: August 26, 2026.

The StrConv function converts a string using a specified case, width, or character-set option.

Syntax

StrConv(string, conversion [, LCID])
ArgumentDescription
stringText to convert
conversionOne or more compatible VbStrConv constants
LCIDOptional locale identifier

Examples

StrConv("webcheatsheet", vbUpperCase)
StrConv("WEB CHEAT SHEET", vbProperCase)
Normalized: StrConv([CustomerName], vbProperCase)

Some conversion constants are available only for particular locales. Case conversion is not a substitute for locale-aware data validation.

See Microsoft’s Access function reference for related expression functions.

admin

admin

Leave a Reply

Your email address will not be published.