G
Guest
I am trying to pull data from a master table that has several fields. I want
to pull one field, then add a period, then a space, and then data from the
other field. This is what I have tried:
Master Table Fields include:
Type of Observation: "Major Deficiency"
Observation: "Person did not do anything"
Supporting Data: "They ignored their boss"
I want it to come out like this:
Major Deficiency. Person did not do anything. They ignored their boss.
This is the expression I am using:
=[Type of Observation] & ". " & [Observation] &". " & [Support Data]
And I get an "Error".
What am I doing wrong?
to pull one field, then add a period, then a space, and then data from the
other field. This is what I have tried:
Master Table Fields include:
Type of Observation: "Major Deficiency"
Observation: "Person did not do anything"
Supporting Data: "They ignored their boss"
I want it to come out like this:
Major Deficiency. Person did not do anything. They ignored their boss.
This is the expression I am using:
=[Type of Observation] & ". " & [Observation] &". " & [Support Data]
And I get an "Error".
What am I doing wrong?