mos egypt said:
how i can modify the unbound text box in form to view 2 fields with a
comma and space separator?
For example, if you have fields LastName and FirstName, you could have
an calculated text box with this controlsource expression:
=[LastName] & ", " & [FirstName]
Note that the name of the calculated text box must not be the same as
the name of any field in the form's recordsource.