Concatenating strings in VBA
问题 I'm maintaining an application written in Microsoft Access with VBA. I'm glancing over my code and have just noticed I have subconsciously been concatenating strings together with the plus (+) symbol instead of the ampersand. It's been a few years since I've coded in VB6. Could this cause any issues? Everything seems fine and it will only take a few minutes to fix, I'm just curious as to whether I'm technically doing anything wrong. 回答1: The ampersand is explicitly a string operation, while