Hi guys,
I am stuck with an update query which gives me an error datatype issue.
I have created a custom function to update phonenumbers
Function TelefonUpdate(ByVal strText As String) As String
Select Case True
Case strText Like "0*#"
If strText Like "0####/#*#"...