This is really simple, but I can't figure it out.
I am trying to concatenate to fields in an Access 2007 report.
Both are text fields (size 255)
This is what I have entered:
Every time I go to Print Preview it shows #Error
Update:
I can put [Field1] in an empty unassigned Text Box, but I cannot put [Field2] every time I do, it says #Error.
So obviously, the issue is with [Field2]. I can't delete it and start over because there is too much data in the table.
Any ideas, why I can't display this? I can display the field by itself if I drag it from the Existing Fields, but I cannot recreate this field.
Any advice would be appreciated.
I am trying to concatenate to fields in an Access 2007 report.
Both are text fields (size 255)
This is what I have entered:
Code:
=[Field1] & " " & [Field2]
Every time I go to Print Preview it shows #Error
Update:
I can put [Field1] in an empty unassigned Text Box, but I cannot put [Field2] every time I do, it says #Error.
So obviously, the issue is with [Field2]. I can't delete it and start over because there is too much data in the table.
Any ideas, why I can't display this? I can display the field by itself if I drag it from the Existing Fields, but I cannot recreate this field.
Any advice would be appreciated.