tag:blogger.com,1999:blog-7176045.post-25150542384133023742008-02-10T23:56:00.000+03:002008-02-10T23:56:00.000+03:002008-02-10T23:56:00.000+03:00Hi Alex,just di it in one step:Function IsValidFie...Hi Alex,<BR/><BR/>just di it in one step:<BR/><BR/>Function IsValidFieldName2(strFieldName As String) As Boolean<BR/> <BR/> If Not strFieldName Like "*[!a-z,0-9,_]*" And _<BR/> Not strFieldName Like "#*" Then<BR/> IsValidFieldName2 = True<BR/> End If<BR/> <BR/>End Function<BR/><BR/>--<BR/>best regards<BR/>KNAnonymousnoreply@blogger.com