asked on
Function Cleanup(arg As String) As String
Dim re As Object
Set re = CreateObject("VBScript.RegExp")
re.Pattern = "[.;,]"
Cleanup = re.Replace(arg, "")
End Function
Microsoft Access is a rapid application development (RAD) relational database tool. Access can be used for both desktop and web-based applications, and uses VBA (Visual Basic for Applications) as its coding language.
TRUSTED BY