KallieGoodwin
8 years agoQrew Trainee
Concatenate two fields in the same table.
I am trying to make a unique number to use in a comparison project. To do this, I need to concatenate two fields that are already in my table. Both fields are Text field types.
This is what I have now, but it is cutting the concatenation off.
ToText([Tax ID]) &Right(ToText([Tax Number]),100)
This is what I have now, but it is cutting the concatenation off.
ToText([Tax ID]) &Right(ToText([Tax Number]),100)