So I created this delimiter:
Left([tablename],InStr(tablename),".")-1)
So if i have a name like mike .123, it will return me mike. The problem is, some names are "george" without any dot after and it returns func! error for these names.
How can i set a condition so that above applies only when there exists a dot