Good morning from Greece
How can i put that code in module and call it when after update a field
If Right(txtFirstName, 2) = "ος" Then
txtFirstName = Left(txtFirstName, Len(txtFirstName) - 1) & "υ"
End If
If Right(txtFirstName, 2) = "ης" Then
txtFirstName = Left(txtFirstName, Len(txtFirstName)...