How do I create a field which fills in other information not in that field. For example, I have a field which has a number of hours, and I want to add the word "hours" after it, whenever I try it as follows it comes up with a #error in the field:
=[TimeHours] & " Hours"
Thanks
=[TimeHours] & " Hours"
Thanks