G
Guest
I'm pretty good with Excel and VBA for Excel, but my Access skills have
gotten rusty. I want to do one of two things:
1) Add a text box to a form that will display the full name entered into the
form by combining the first and last name. I've tried entering a formula
into the control source to do this =[Contacts]![Firstname] & " " &
[Contacts]![Lastname] but I am getting an error message #Name? As best I can
ascertain this might be due to a missing component.
2) Create an access field that automatically populates and updates with the
concatenation of the Firstname field and the Lastname field.
I'm not necessarily looking for the easiest way to do this. Learning
something new and improving my proficiency is always welcome.
Thanks in advance for your help.
gotten rusty. I want to do one of two things:
1) Add a text box to a form that will display the full name entered into the
form by combining the first and last name. I've tried entering a formula
into the control source to do this =[Contacts]![Firstname] & " " &
[Contacts]![Lastname] but I am getting an error message #Name? As best I can
ascertain this might be due to a missing component.
2) Create an access field that automatically populates and updates with the
concatenation of the Firstname field and the Lastname field.
I'm not necessarily looking for the easiest way to do this. Learning
something new and improving my proficiency is always welcome.
Thanks in advance for your help.