G
Guest
I would like to comine several fields of a query into a single field.
My current statement is:
Structure: +[Structure Builder]![Base Layer Amount] & " " & [Structure
Builder]![Base Layer Units] & " " & [Structure Builder]![Base Layer Material]
& "/"
the problem is "Base Layer Material" uses a a bound column which is a
number, I need to have the text from another field in that table. What is the
best way of doing this?
My current statement is:
Structure: +[Structure Builder]![Base Layer Amount] & " " & [Structure
Builder]![Base Layer Units] & " " & [Structure Builder]![Base Layer Material]
& "/"
the problem is "Base Layer Material" uses a a bound column which is a
number, I need to have the text from another field in that table. What is the
best way of doing this?