G
Guest
I have the following in a field:
=[Section] & " / " & [Row] & " / " & [Seats]
and the response is "#Name?" when it should be something to the affect of:
"LO-D / A / 1, 3"
If I only put: =" / " & [Row] & " / " & [Seats]
it works fine, and if I put [Section] in its own field, it works fine.
Nothing is misspelled...I've tried it on several occassions. What am I
missing?
=[Section] & " / " & [Row] & " / " & [Seats]
and the response is "#Name?" when it should be something to the affect of:
"LO-D / A / 1, 3"
If I only put: =" / " & [Row] & " / " & [Seats]
it works fine, and if I put [Section] in its own field, it works fine.
Nothing is misspelled...I've tried it on several occassions. What am I
missing?