We cannot see your database nor read your mind.
A brief example saves a lot of guessing.
Something like having "ASD-ZXC" and getting "ASD" and "ZXC"?
=Left([FieldName],InStr([FieldName],"-")-1)
and
=Mid([FieldName],InStr([FieldName],"-")+1)
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.