R
RayToddJr
I have a form that contains a combo box (cboDefendantsName) that contains the
following field:
DefendantName: [LastName] & (", "+[FirstName] & " " & [MiddleName] & " " &
[Suffix])
If the user enters a name that isn't in the list, it will open dataentry
form to allow the user to put this information in the table.
When the data entry form is opened, I would like the information to be
transferred from the originating form via openargs. Once the data is in the
data entry form, I would like for it to be broken down into the four fields
so as to keep the user from having to enter the information twice (one in the
original form and second n the data entry form).
The data would need to be parsed into
LastName
FirstName
MiddleName
Suffix
Keep in mind that the lastname field is also used as a company name and
therefore may not have a "," after it.
Can anyone please share with me on how to parse this field?
Thanks,
Ray.
following field:
DefendantName: [LastName] & (", "+[FirstName] & " " & [MiddleName] & " " &
[Suffix])
If the user enters a name that isn't in the list, it will open dataentry
form to allow the user to put this information in the table.
When the data entry form is opened, I would like the information to be
transferred from the originating form via openargs. Once the data is in the
data entry form, I would like for it to be broken down into the four fields
so as to keep the user from having to enter the information twice (one in the
original form and second n the data entry form).
The data would need to be parsed into
LastName
FirstName
MiddleName
Suffix
Keep in mind that the lastname field is also used as a company name and
therefore may not have a "," after it.
Can anyone please share with me on how to parse this field?
Thanks,
Ray.