Hi everyone,
I have a small but nasty problem with a text box in Access2k. The text box shall display the name of a person in the form <Last Name>, <First Name>. Hence I fill my text box with: =[NName] & ", " & [VName], where 'NName' is the Last Name, and 'VName' is the First Name of that...