in tblMain I have a field that contains txt in the following format:
"firstname lastname (misc)"
Not all entries have the (misc).
I need to break out the three fields
firstname, lastname, and other when included in the entry.
Thanks
"firstname lastname (misc)"
Not all entries have the (misc).
I need to break out the three fields
firstname, lastname, and other when included in the entry.
Thanks
Comment