I am new in Access (and not currently planning to go deep).
I want to do simple operation in new calculated field: (1) combine two text fields with "__" delimiter, and (2) multiply/divide numberic field with a value.
Then, I will save the Access and load it to Excel as a Pivot.
I saw this video by microsoft to do that: Video: Use the Calculated data type to combine fields - Microsoft Support
When I try that, and also the division operation similarly, I got this error "Verify that expression '[OutputCase] + "__" + [Joint]' (or '[U3] / 3.86') includes fields that exist in the current table":
What did I miss?
TIA
I want to do simple operation in new calculated field: (1) combine two text fields with "__" delimiter, and (2) multiply/divide numberic field with a value.
Then, I will save the Access and load it to Excel as a Pivot.
I saw this video by microsoft to do that: Video: Use the Calculated data type to combine fields - Microsoft Support
When I try that, and also the division operation similarly, I got this error "Verify that expression '[OutputCase] + "__" + [Joint]' (or '[U3] / 3.86') includes fields that exist in the current table":
What did I miss?
TIA