I have a drop-down box where users can select a name - this name contains both first and last which is derived from a query. After the selection I want this name to be split into two fields, First and Last and placed in their appropriate table. Thanks for your assistance.
More info - I did a query to concatenate the field names First and Last, because I wanted both names to appear in the drop down list. That works fine - now I need them to split again so they will go into the first and last field names in the table.
More info - I did a query to concatenate the field names First and Last, because I wanted both names to appear in the drop down list. That works fine - now I need them to split again so they will go into the first and last field names in the table.