I have a field named "approver", which is a textbox for storing names of approvers. Each name will be in a new line in the textbox by pressing "Enter" key.
I would like to ask is it possible to extract each name back by writing codes?
Follwoing is part of my codes:
Dim approver_array(10) As String
Dim approver_names As String
approver_names = Me![approver].Value
... Don't know how to write...
Thanks for you help!
I would like to ask is it possible to extract each name back by writing codes?
Follwoing is part of my codes:
Dim approver_array(10) As String
Dim approver_names As String
approver_names = Me![approver].Value
... Don't know how to write...
Thanks for you help!