I do not have any fields with names in them, but I was reading and saw this and was curious which one is proper protocol? Do both of these mean the same thing?
Let's say we have a field whose name is Field One - what is the proper way to reference this field using VBA
Both of these work, but to me it is just as annoying as adding an underscore as it is having to add square brackets. Obviously the moral of the story DO NOT use field names with spaces, but what would be the proper way to code if it is done?Code:Me![Foo ID] Me.Food_ID