Forum Discussion
Anonymous
8 years agoNot applicable
Relationship with Unique Value
I am trying to create a relationship between two tables. I have tried to do this and I have been receiving the error "cant create a relationship between these two columns because one of the columns m...
- 8 years ago
Anonymous,
Enclose 1 with double quotes (").
Column = IF ( [Master Column] = "", "1", [Master Column] )
v-chuncz-msft
8 years agoCommunity Support
Anonymous,
Enclose 1 with double quotes (").
Column = IF ( [Master Column] = "", "1", [Master Column] )
Anonymous
8 years agoNot applicable
Thank you that one works for me!