Application.HtmlEncode (Access)
Converts a string to an HTML-encoded string.
HtmlEncode (PlainText, Length)
Dim strPlainText As String: strPlainText =
Dim strHtmlEncode As String
strHtmlEncode = HtmlEncode(PlainText:=strPlainText)
Arguments
The following argument is required
PlainText (String) - The text string to encode.
Optional arguments
The following argument is optional
Length (Long) - The number of characters to return.