I'm trying to set a text field on a form using a field from the recordsource called 'name'.
Setting the control source to...
code works correctly, showing the code field, and
name also works correctly, showing the name field, but
=code & " " & name returns the correct code field, and then the...