I need the student's names to appear twice on the form: once in two searchable fields by both first and last name, and then in a second location on the same form in a concatenated string under the student's image.
The reason the names need to appear in two places is because the form is set up in tabs. Once the users moves to a different tab, other than the Student tab, the student's name no longer is readily visible on the form. For the benefit of the end user, I need a concatenated string to display at all times on a place on the form that is NOT in the tabs.
This is the error message I received when trying to set this up:
https://skydrive.live.com/redir?resi...MDMthVrXtvCNO8
My dilemma is I need to preserve the existing fields in the table that currently lists student in two fields by first and last name. I tried to add an additional field of first and last names to the same table (tblStudent) to concatenate and I obviously got the error message below. How else can I achieve the goal of have the first/last names appear as two searchable fields, and then have a concatenated first/last name field appear on the same form?
Graphic image link here:https://skydrive.live.com/redir?resi...D1v3B7DCFAjO4I